[GH-ISSUE #330] Repeated Smartconfig gives error #277

Closed
opened 2026-02-28 01:24:28 +03:00 by kerem · 2 comments
Owner

Originally created by @romuye123 on GitHub (Mar 9, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/330

Following is my code for smartconfig.

WiFi.mode(WIFI_STA);
    delay(1000);
    WiFi.beginSmartConfig();
    delay(1000);
    
    while (WiFi.status() != WL_CONNECTED) {
      counter++;
      delay(500);
      if(WiFi.smartConfigDone()){
          delay(10);
      }
      if(counter == 120){ 
            counter = 0;
            WiFi.stopSmartConfig();
            break;
      }
    }

If i try to do Smartconfig again and again(already connected to Wifi) gives following error:

there is no poison after the block. Expected poison address: 0x3fff47fe, actual data: 0x10 0x40 0x0 0x0
block start: 3fff47f4

Originally created by @romuye123 on GitHub (Mar 9, 2017). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/330 Following is my code for smartconfig. ``` WiFi.mode(WIFI_STA); delay(1000); WiFi.beginSmartConfig(); delay(1000); while (WiFi.status() != WL_CONNECTED) { counter++; delay(500); if(WiFi.smartConfigDone()){ delay(10); } if(counter == 120){ counter = 0; WiFi.stopSmartConfig(); break; } } ``` If i try to do Smartconfig again and again(already connected to Wifi) gives following error: ``` there is no poison after the block. Expected poison address: 0x3fff47fe, actual data: 0x10 0x40 0x0 0x0 block start: 3fff47f4 ```
kerem closed this issue 2026-02-28 01:24:28 +03:00
Author
Owner

@romuye123 commented on GitHub (Aug 2, 2017):

@tzapu any update on this error. please help...

<!-- gh-comment-id:319650954 --> @romuye123 commented on GitHub (Aug 2, 2017): @tzapu any update on this error. please help...
Author
Owner

@tablatronix commented on GitHub (Jan 27, 2018):

This is a esp platform issue, bug.

<!-- gh-comment-id:360954210 --> @tablatronix commented on GitHub (Jan 27, 2018): This is a esp platform issue, bug.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#277
No description provided.