OpenDTU-old/src
2024-12-29 20:53:20 +01:00
..
Configuration.cpp Fix: need to skip BOM also when migrating config 2024-12-02 22:20:12 +01:00
Datastore.cpp BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics 2024-01-30 22:29:25 +01:00
Display_Graphic_Diagram.cpp Replace format strings by platform independent macros 2024-10-05 00:50:13 +02:00
Display_Graphic.cpp Feature: Implement language pack support for display texts 2024-10-25 22:38:55 +02:00
I18n.cpp Feature: Implement language pack support for display texts 2024-10-25 22:38:55 +02:00
InverterSettings.cpp Replace multiline print by printf 2024-11-06 19:39:24 +01:00
Led_Single.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
main.cpp Remove not required string generation 2024-11-13 19:20:56 +01:00
MessageOutput.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
MqttHandleDtu.cpp Fix: Uptime overflow after ~50 days 2024-12-29 20:53:20 +01:00
MqttHandleHass.cpp Feature: Show RSSI of last received packet in radio stats 2024-10-04 17:36:17 +02:00
MqttHandleInverter.cpp Replace format strings by platform independent macros 2024-10-05 00:50:13 +02:00
MqttHandleInverterTotal.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
MqttSettings.cpp Make function getClientId const 2024-11-10 02:45:42 +01:00
NetworkSettings.cpp Fix: Wifi.begin was called with wrong parameters 2024-12-18 23:00:27 +01:00
NtpSettings.cpp Split config struct into different sub structs 2023-11-19 14:53:26 +01:00
PinMapping.cpp Feature: show hint if device profile missing or not selected 2024-12-14 13:07:31 +01:00
RestartHelper.cpp Decrease restart delay to 1 second 2024-09-23 18:33:01 +02:00
Scheduler.cpp Initialize TaskScheduler 2023-11-23 22:35:05 +01:00
SunPosition.cpp Fix: Take DST into account when recalculating the sunrise sunset time 2024-10-27 14:03:44 +01:00
Utils.cpp Fix: skip BOM in JSON files (pin_mapping and config) 2024-11-01 22:07:48 +01:00
W5500.cpp Prevent warning on GPIO ISR service registration 2024-09-28 02:26:40 +02:00
WebApi_device.cpp Fix: Auto reboot was not triggered on pin mapping change 2024-12-14 13:33:44 +01:00
WebApi_devinfo.cpp Move parsing of serial from web request to separate method 2024-04-05 19:14:56 +02:00
WebApi_dtu.cpp Merge branch 'pr2360' into dev 2024-11-06 19:55:03 +01:00
WebApi_eventlog.cpp Move parsing of serial from web request to separate method 2024-04-05 19:14:56 +02:00
WebApi_file.cpp Refactor file handling API and add endpoint to delete files 2024-10-19 12:40:43 +02:00
WebApi_firmware.cpp Organize includes 2024-11-12 20:23:28 +01:00
WebApi_gridprofile.cpp Move parsing of serial from web request to separate method 2024-04-05 19:14:56 +02:00
WebApi_i18n.cpp Remove not required include 2024-11-06 19:24:37 +01:00
WebApi_inverter.cpp Merge branch 'pr2360' into dev 2024-11-06 19:55:03 +01:00
WebApi_limit.cpp Update bblanchon/ArduinoJson from 7.1.0 to 7.2.0 2024-09-21 00:12:15 +02:00
WebApi_maintenance.cpp Fix: Restart was triggered before all website data was sent 2024-09-23 18:11:52 +02:00
WebApi_mqtt.cpp add and use configuration write guard 2024-10-22 20:39:23 +02:00
WebApi_network.cpp add and use configuration write guard 2024-10-22 20:39:23 +02:00
WebApi_ntp.cpp add and use configuration write guard 2024-10-22 20:39:23 +02:00
WebApi_power.cpp Update bblanchon/ArduinoJson from 7.1.0 to 7.2.0 2024-09-21 00:12:15 +02:00
WebApi_prometheus.cpp Replace format strings by platform independent macros 2024-10-05 00:50:13 +02:00
WebApi_security.cpp add and use configuration write guard 2024-10-22 20:39:23 +02:00
WebApi_sysstatus.cpp Feature: show task details in system info view 2024-10-09 18:31:06 +02:00
WebApi_webapp.cpp Upgrade ESPAsyncWebServer from 2.10.8 to 3.1.2 2024-08-01 18:11:39 +02:00
WebApi_ws_console.cpp Fix: force websocket clients to authenticate 2024-09-30 15:54:55 +02:00
WebApi_ws_live.cpp Feature: show hint if device profile missing or not selected 2024-12-14 13:07:31 +01:00
WebApi.cpp Merge branch 'pr2360' into dev 2024-11-06 19:55:03 +01:00