Minor improvements for OTA and others

This commit is contained in:
Ricardo Guzman (Richonguzman)
2026-03-10 22:44:02 -03:00
parent 6a3b1c903d
commit 3810821f45
5 changed files with 12 additions and 18 deletions
+3 -2
View File
@@ -68,8 +68,8 @@ ___________________________________________________________________*/
#endif
String versionDate = "2026-03-08";
String versionNumber = "3.2.102";
String versionDate = "2026-03-10";
String versionNumber = "3.2.105";
Configuration Config;
WiFiClient aprsIsClient;
WiFiClient mqttClient;
@@ -100,6 +100,7 @@ String firstLine, secondLine, thirdLine, fourthLine, fifthLine, sixthLine, seven
void setup() {
Serial.begin(115200);
Config.setup();
networkManager = new NetworkManager();
networkManager->setup();
if (Config.wifiAutoAP.enabled) {