Enable reboot command support for ESP32 platform by bash0C7 · Pull Request #234 · picoruby/picoruby
Added reboot command functionality to ESP32 platform by implementing the Watchdog_reboot() function. This enables ESP32 to also support reboot from shell. Not Implemented reboot_...