save_and_reboot
Persist running config to EEPROM and reboot the flight controller. Use after raw CLI changes to make them permanent and trigger a clean reboot.
Instructions
Save the running config to EEPROM and reboot the FC.
Takes a backup, then 'save' (persist + reboot), then auto-reconnects (~7s).
NOTE: the dedicated write tools already save automatically on iNAV, so you rarely need this — it's for persisting changes made via the raw cli() reads or to force a clean reboot.
Args: confirm: Must be True to proceed. Dry-run by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No |