meshtastic / firmware

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

Bump portduino to pick up improvements to reboot() #3975

Closed jp-bennett closed 1 month ago

jp-bennett commented 1 month ago

Two fixes here. One is to properly catch errors when calling execv() in the reboot() function, to prevent a crash. The other is to skip the --erase flag when calling a reboot, to prevent continual erase on reboot.