OpenDTU/src
Thomas Basler 950b211fd5 Set getLocalTime timeout to 0 to prevent watchdog triggers
This happens especially when no WiFi is configured and the user enters the NTP info page
2022-09-19 20:45:44 +02:00
..
Configuration.cpp Use reinterpret_cast<uint8_t*>(...) instead C-style cast 2022-09-15 18:59:51 +02:00
main.cpp Code hardening: introduce const keyword 2022-09-05 21:41:45 +02:00
MqttHassPublishing.cpp Replace sprintf by snprintf 2022-09-13 21:00:54 +02:00
MqttPublishing.cpp Replace sprintf by snprintf 2022-09-13 21:00:54 +02:00
MqttSettings.cpp Do not use namespace using-directives. Use using-declarations instead. 2022-09-13 21:35:51 +02:00
NetworkSettings.cpp Do not use namespace using-directives. Use using-declarations instead. 2022-09-13 21:35:51 +02:00
NtpSettings.cpp Change License to GPLv2 as the RF24 lib uses GPL-2.0-only 2022-07-15 18:05:58 +02:00
WebApi_config.cpp Added webapi endpoints to download/upload end delete configuration 2022-09-17 01:46:14 +02:00
WebApi_devinfo.cpp Do not use namespace using-directives. Use using-declarations instead. 2022-09-13 21:35:51 +02:00
WebApi_dtu.cpp Removed not required variables 2022-09-16 18:21:54 +02:00
WebApi_eventlog.cpp Removed not required variables 2022-09-16 18:21:54 +02:00
WebApi_firmware.cpp Do not use namespace using-directives. Use using-declarations instead. 2022-09-13 21:35:51 +02:00
WebApi_inverter.cpp Removed not required variables 2022-09-16 18:21:54 +02:00
WebApi_limit.cpp Do not use namespace using-directives. Use using-declarations instead. 2022-09-13 21:35:51 +02:00
WebApi_mqtt.cpp Do not use namespace using-directives. Use using-declarations instead. 2022-09-13 21:35:51 +02:00
WebApi_network.cpp Do not use namespace using-directives. Use using-declarations instead. 2022-09-13 21:35:51 +02:00
WebApi_ntp.cpp Set getLocalTime timeout to 0 to prevent watchdog triggers 2022-09-19 20:45:44 +02:00
WebApi_sysstatus.cpp Do not use namespace using-directives. Use using-declarations instead. 2022-09-13 21:35:51 +02:00
WebApi_webapp.cpp Do not use namespace using-directives. Use using-declarations instead. 2022-09-13 21:35:51 +02:00
WebApi_ws_live.cpp Replace ESPAsyncWebServer 2022-09-15 19:26:45 +02:00
WebApi.cpp Added webapi endpoints to download/upload end delete configuration 2022-09-17 01:46:14 +02:00