mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Remove ifdef from logging
This commit is contained in:
parent
681b915faa
commit
a1e5bc57d0
30 changed files with 14 additions and 545 deletions
|
@ -159,9 +159,7 @@ void reset_all_events() {
|
|||
}
|
||||
events.level = EVENT_LEVEL_INFO;
|
||||
update_bms_status();
|
||||
#ifdef DEBUG_LOG
|
||||
logging.println("All events have been cleared.");
|
||||
#endif
|
||||
}
|
||||
|
||||
void set_event_MQTTpublished(EVENTS_ENUM_TYPE event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue