* improved tickers, only one ticker is active

* added feature to use the ESP as access point for all the time
* added serial features to setup
This commit is contained in:
lumapu 2022-05-04 19:28:54 +02:00
parent 4c3852cde4
commit 8f444cee2f
12 changed files with 155 additions and 88 deletions

View file

@ -14,7 +14,7 @@ app myApp;
//-----------------------------------------------------------------------------
void setup() {
myApp.setup(WIFI_AP_SSID, WIFI_AP_PWD, WIFI_TRY_CONNECT_TIME);
myApp.setup(WIFI_TRY_CONNECT_TIME);
// TODO: move to HmRadio
attachInterrupt(digitalPinToInterrupt(myApp.getIrqPin()), handleIntr, FALLING);