Switching WiFi after dynamic provisioning

I have a an ESP8266 which I dynamically provisioned through the Blynk app and registered. How would I go about re-provisioning the device to work on a different WiFi network through Dynamic Provisioning?

Press the button that is defined in Settings.h for 10 seconds to clear the saved credentials, then re-provision.

Pete.

Thank you for the response! For the NodeMCU define, BOARD_BUTTON_PIN is set to 0, does this refer to D0 on the NodeMCU or GPIO 0 of the ESP8266?

GPIO0, which for a NodeMCU is the bottom right hand button.

Pete.

1 Like