You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The binder that binds RTCTimerClass::OnInterrupt() member function with tCallBack for timer0_attachInterrupt is losing it's reference after writing data on flash, eg. changing the module's ssid as the Wifi configuration is by default set to be persistent. A workaround can be disabling the persistent data WiFi.persistent(false); before setting the access point.
The text was updated successfully, but these errors were encountered:
The binder that binds
RTCTimerClass::OnInterrupt()
member function withtCallBack
fortimer0_attachInterrupt
is losing it's reference after writing data on flash, eg. changing the module's ssid as the Wifi configuration is by default set to be persistent. A workaround can be disabling the persistent dataWiFi.persistent(false);
before setting the access point.The text was updated successfully, but these errors were encountered: