Skip to content

Commit

Permalink
Updated v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gemi254 committed May 16, 2023
1 parent c445973 commit 638db8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <configAssist.h> //Config assist class
#include "user-variables.h"

#define DEF_LOG_LEVEL '2' //Errors & Warnings
#define DEF_LOG_LEVEL '4' //Errors & Warnings

#define APP_VER "1.1.2" // Updated configAssist v 2.6.2
//#define APP_VER "1.1.1" // Setup webserver on AP to allow live measurements without internet. Synchronize time on AP mode.
Expand Down Expand Up @@ -192,6 +192,7 @@ void setup()
pServer = new WebServer(80);
//Start ap and register configAssist handlers
conf.setup(*pServer, true);
apStarted = true;

//Register app webserver handlers
registerHandlers();
Expand All @@ -200,7 +201,6 @@ void setup()
startWebSockets();

ResetCountdownTimer("AP start");
apStarted = true;
initSensors();
return;
}
Expand Down

0 comments on commit 638db8f

Please sign in to comment.