changes..

This commit is contained in:
2016-04-23 23:06:17 +02:00
parent 80f8bea634
commit 492234fbb3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ static void ICACHE_FLASH_ATTR reassTimerCb(void *arg) {
wifi_station_connect();
x=wifi_get_opmode();
connTryStatus=CONNTRY_WORKING;
if (x!=1) {
if (x != STATION_MODE) {
//Schedule disconnect/connect
os_timer_disarm(&resetTimer);
os_timer_setfn(&resetTimer, staResetTimerCb, NULL);