this is using the mbed os version 5-13-1
Diff: source/WiFiManager.h
- Branch:
- PassingRegression
- Revision:
- 109:c274780ff609
- Parent:
- 107:f1a83fd41b17
- Child:
- 111:3ab1d9644835
--- a/source/WiFiManager.h Mon May 06 20:18:02 2019 +0000
+++ b/source/WiFiManager.h Wed May 08 19:38:35 2019 +0000
@@ -77,6 +77,7 @@
bool http_request_result;
int wifiBusy;
Timer wifiWatchdogTimer;
+ Ticker watchDogTick;
uint32_t watchdogCnt;
http_result_t http_result;
@@ -125,6 +126,7 @@
void updateRemotePeerDetails();
void sendDebugMessage();
void callWifiWatchDog();
+ void callWifiWatchDogIsr();