Added option to update firmware OTA, Fixed some sync issues with wifi symbol, hid the MQTT authorization info better

This commit is contained in:
EivindH06
2025-10-06 12:32:58 +02:00
parent 2051230cb3
commit 31d5a47806
11 changed files with 238 additions and 102 deletions

View File

@@ -107,7 +107,7 @@ private:
mbedtls_rsa_context* rsa = nullptr;
mbedtls_ctr_drbg_context ctr_drbg;
mbedtls_entropy_context entropy;
char* pers = "amsreader";
const char* pers = "amsreader";
bool init();