Updated main app with web api integration
This commit is contained in:
parent
78d183d03c
commit
74ee926577
@ -2,6 +2,7 @@
|
||||
#include "PinMapping.h"
|
||||
#include "SAB.h"
|
||||
#include "views.h"
|
||||
#include "webApi.h"
|
||||
#include "CFGDictionary.h"
|
||||
#include "CFGParameterValue.h"
|
||||
|
||||
@ -26,6 +27,7 @@ void setup()
|
||||
Serial.println("Clock lost power");
|
||||
sab.getRtcManager().setDateTime(DateTime(F(__DATE__), F(__TIME__)));
|
||||
}
|
||||
sab.getWebServerManager().addApiRoutine("/hello", &(helloServerApi), &sab);
|
||||
Serial.println("End setup");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user