Updated the MQTT process to make it more secure, updated the updater

This commit is contained in:
EivindH06
2025-10-07 15:15:22 +02:00
parent 0d36daf127
commit ef2e96dadd
6 changed files with 362 additions and 15 deletions

View File

@@ -181,7 +181,7 @@ bool ntpEnabled = false;
bool mdnsEnabled = false;
AmsFirmwareUpdater updater(&Debug, &hw, &meterState);
AmsFirmwareUpdater updater(&Debug, &hw, &meterState, &config);
AmsDataStorage ds(&Debug);
#if defined(_CLOUDCONNECTOR_H)