mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
include ntp_time only on for bmsresetat
This commit is contained in:
parent
920143a45a
commit
e3aa09a0a1
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
|||
#include "src/devboard/mqtt/mqtt.h"
|
||||
#endif // MQTT
|
||||
#endif // WIFI
|
||||
#ifdef PERIODIC_BMS_RESET_AT
|
||||
#include "src/devboard/utils/ntp_time.h"
|
||||
#endif
|
||||
volatile unsigned long long bmsResetTimeOffset = 0;
|
||||
|
||||
// The current software version, shown on webserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue