meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.02k stars 722 forks source link

Fix immediate wake from deep-sleep for some devices #3884

Closed todd-herbert closed 1 month ago

todd-herbert commented 1 month ago

Collaboration with @roha-github Addresses https://github.com/meshtastic/firmware/issues/3875

Fixes an issue where ESP32 boards needing an internal pull-up immediately wake from deep-sleep. This particular PR doesn't clean up the old BUTTON_PIN definitions, as suggested by @caveman99