Skip to content

Commit 94e22a0

Browse files
committed
docs: update for v2.2.1 — remove non-functional disclaimer, remove IAP references
- Non-functional disclaimer → tested/verified on T-962C - Remove flash profile commands and IAP references (feature reverted) - Update backup command description to EEPROM-only - Update flash warning callout
1 parent cb3647e commit 94e22a0

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
**T-962 ReflowOS** is a maintained and improved fork of the [Unified Engineering T-962-improvements](https://github.com/UnifiedEngineering/T-962-improvements) firmware. This project is currently funded and maintained by **[Schemara.com](https://schemara.com)** (the AI-powered PCB & Schematic tools software by **Lexithean**).
44

5-
> [!CAUTION]
6-
> **The current version of this firmware is non-functional.** It is under active development and should not be flashed to your oven. Watch this repo for updates or check back later for a stable release.
7-
85
> **T-962C users:** See the [T-962C Guide](https://github.com/Lexithean/T-962_ReflowOS/wiki/T-962C-Guide) in the wiki for specific firmware settings and hardware fixes.
96
107
> ⚠️ **Compatibility:** This firmware requires a T-962 with the **NXP LPC2134** MCU. Some 2024+ models (V2.0 board) use a different processor and are **not compatible**. [Check your board](https://github.com/Lexithean/T-962_ReflowOS/wiki/Troubleshooting) before flashing.
@@ -57,8 +54,7 @@ This fork merges the following improvements from upstream pull requests that wer
5754
- **Text-based profile import**`import profile N t1,t2,...` for easy profile upload without binary protocol (fork addition)
5855
- **Profile export**`export profile N` outputs in import-compatible format for round-trip editing (fork addition)
5956
- **Profile naming**`name profile N <name>` renames CUSTOM profile slots (fork addition)
60-
- **Dynamic Flash Profile Storage (v2.1.0)** — Support for up to 30 additional "Flash" profile slots using MCU internal memory (Sector 19, 8KB) (fork addition)
61-
- **Profile Backup & Restore (v2.1.0)** — Serial commands to dump/reload profiles to prevent data loss during firmware updates (fork addition)
57+
- **Profile Backup & Restore** — Serial commands to dump/reload EEPROM profiles to prevent data loss during firmware updates (fork addition)
6258
- **Enhanced Safety Logic (v2.2)** — 'SAFETY ABORT' UI feedback and state reset improvements (fork addition)
6359
- **PlatformIO support** — Build with `pio run` in addition to `make` (#207)
6460

@@ -72,17 +68,14 @@ This fork merges the following improvements from upstream pull requests that wer
7268

7369
The serial interface (115200 baud) allows full control and configuration.
7470

75-
> [!WARNING]
76-
> **Reflashing erases all Flash Profiles.** Unlike EEPROM settings, profiles stored in the MCU's internal flash ARE wiped when you update the firmware. Always use the `backup` command before updating!
71+
> [!TIP]
72+
> Use the `backup` command before updating firmware to export your EEPROM profiles as restorable text.
7773
7874
| Command | Description |
7975
|---------|-------------|
8076
| `help` | Show all available commands |
81-
| `backup` | Dump all profiles (EEPROM + Flash) as restorable text |
82-
| `list flash` | List all profiles stored in flash memory |
83-
| `save flash <N> <T1,...>,<Name>` | Save profile to flash slot N (0-29) |
84-
| `delete flash <N>` | Delete flash profile N |
85-
| `export profile <ID>` | Export any profile (1-30+) in import format |
77+
| `backup` | Dump all EEPROM profiles as restorable text |
78+
| `export profile <ID>` | Export any profile in import format |
8679
| `import profile <1|2> <Data>` | Import into CUSTOM#1 or CUSTOM#2 EEPROM |
8780
| `name profile <1|2> <Name>` | Rename CUSTOM#1 or CUSTOM#2 EEPROM |
8881
| `bake <Temp> [Time]` | Enter bake mode at <Temp> C for [Time] s |

0 commit comments

Comments
 (0)