Skip to content

Commit 954e354

Browse files
committed
docs: v2.3.0 release notes — IAP flash profile storage
- README: added flash profile storage and updated backup description - Changelog: v2.3.0 entry with features and technical notes - Wiki Home: v2.3.0 as latest release, added v2.2.1 to milestones - Serial Protocol: flash profile commands and backup command
1 parent 740fac1 commit 954e354

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ This fork merges the following improvements from upstream pull requests that wer
5454
- **Text-based profile import**`import profile N t1,t2,...` for easy profile upload without binary protocol (fork addition)
5555
- **Profile export**`export profile N` outputs in import-compatible format for round-trip editing (fork addition)
5656
- **Profile naming**`name profile N <name>` renames CUSTOM profile slots (fork addition)
57-
- **Profile Backup & Restore** — Serial commands to dump/reload EEPROM profiles to prevent data loss during firmware updates (fork addition)
57+
- **Flash Profile Storage** — Up to 32 additional reflow profiles stored in MCU flash (sector 10) via IAP. Serial commands: `save flash`, `delete flash`, `list flash` (fork addition)
58+
- **Profile Backup & Restore**`backup` command dumps all profiles (EEPROM + flash) as restorable serial text to prevent data loss during firmware updates (fork addition)
5859
- **Enhanced Safety Logic (v2.2)** — 'SAFETY ABORT' UI feedback and state reset improvements (fork addition)
5960
- **PlatformIO support** — Build with `pio run` in addition to `make` (#207)
6061

0 commit comments

Comments
 (0)