meshtastic / firmware

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

Triple-press not disabling GPS #4041

Closed todd-herbert closed 2 weeks ago

todd-herbert commented 3 weeks ago

Fixes an issue where triple-pressing the user button may not change the output at PIN_GPS_EN

Replaces a boolean, which didn't differentiate between "off" and "standby", with an enum.