mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-02-01 23:30:45 +03:00
Debug influxdb (#2283)
* Fix time offset issues in InfluxDB component. (#2278) Closes #2273 Closes #2150 * Update interface_influxdb.cpp * Update interface_influxdb.cpp * Improve Logging * Implement TimeSync at beginning * Update time_sntp.cpp * Update time_sntp.cpp * Set Time After WLAN Init --------- Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
This commit is contained in:
@@ -27,4 +27,7 @@ bool getTimeWasNotSetAtBoot(void);
|
||||
bool getUseNtp(void);
|
||||
bool setupTime();
|
||||
|
||||
bool time_manual_reset_sync(void);
|
||||
|
||||
|
||||
#endif //TIMESNTP_H
|
||||
Reference in New Issue
Block a user