OpenDTU/src
2022-10-05 18:27:35 +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 Fixed printf format strings 2022-10-04 23:33:09 +02:00
MqttPublishing.cpp Fixed printf format strings 2022-10-04 23:33:09 +02:00
MqttSettings.cpp Added MQTT Topic to turn inverter on and off 2022-10-04 18:12:55 +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 Fixed printf format strings 2022-10-04 23:33:09 +02:00
WebApi_dtu.cpp Fixed printf format strings 2022-10-04 23:33:09 +02:00
WebApi_eventlog.cpp Fixed printf format strings 2022-10-04 23:33:09 +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 Fix handling of strncpy on inverter delete 2022-10-05 18:27:35 +02:00
WebApi_limit.cpp Fixed printf format strings 2022-10-04 23:33:09 +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 Added API to set and get the current time 2022-09-20 19:44:24 +02:00
WebApi_power.cpp Fixed printf format strings 2022-10-04 23:33:09 +02:00
WebApi_sysstatus.cpp Rename firmware_version to config_version 2022-10-05 18:23:04 +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 Fixed printf format strings 2022-10-04 23:33:09 +02:00
WebApi.cpp Added WebAPI to control inverter power 2022-10-04 18:12:55 +02:00