fast_config
import CONFIG from '@site/docs/General/flyos-fast/config/_config.mdx';
import H3 from '@site/docs/General/flyos-fast/config/_config_h3.mdx';
# System Configuration Modification
<CONFIG />
<H3 />
## 🔌 Power Loss Protection & Shutdown Settings
**The following settings are automatically applied on every boot**
:::warning[⚠️ Important Feature Notes]
- **Power Loss Recovery**: Resumes printing after unexpected power loss when power is restored
- **Auto Shutdown on Power Loss**: Safely shuts down the system when power loss is detected
- **Feature Conflict**: If using **Power Loss Recovery**, you must **disable** this auto shutdown feature
:::
| Configuration Item | Default Value | Available Options | Description | Hardware Pin Mapping |
|--------|--------|--------|------|-------------|
| `shutdown_pin_state` | `0` | **`0`**: High-level trigger<br/>**`1`**: Low-level trigger | Sets electrical detection method for shutdown button | <code>{props.state}</code> |
| `shutdown_pin` | `none` | Specific GPIO pin<br/>**`none`**(disable feature) | Sets hardware pin connected to shutdown button | <code>{props.shutdown_pin}</code> |
---
## ⚠️ Important Notice
🛑 **Do Not Modify the Following Content**:
In the configuration file, all content below `######### PLEASE DO NOT EDIT THE FOLLOWING #########` must not be modified, as it may cause system malfunction.
Loading...