Is there an easy way to reset all the GPIO pins?
Posted: Tue Feb 12, 2019 3:46 am
Hi,
I'm using to restart my ESP32 by code. But I found the GPIO pins seems not reset into a rebooted state.
So ESP.restart()'s effect is not the same as pressing the RESET BUTTON.
I'm wondering if there is a quick way to Reset all the GPIO pins into a restarted state by code?
I'm using
Code: Select all
ESP.restart();
So ESP.restart()'s effect is not the same as pressing the RESET BUTTON.
I'm wondering if there is a quick way to Reset all the GPIO pins into a restarted state by code?