You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,6 @@
2
2
3
3
**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**).
4
4
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
-
8
5
> **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.
9
6
10
7
> ⚠️ **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
57
54
-**Text-based profile import** — `import profile N t1,t2,...` for easy profile upload without binary protocol (fork addition)
58
55
-**Profile export** — `export profile N` outputs in import-compatible format for round-trip editing (fork addition)
-**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)
62
58
-**Enhanced Safety Logic (v2.2)** — 'SAFETY ABORT' UI feedback and state reset improvements (fork addition)
63
59
-**PlatformIO support** — Build with `pio run` in addition to `make` (#207)
64
60
@@ -72,17 +68,14 @@ This fork merges the following improvements from upstream pull requests that wer
72
68
73
69
The serial interface (115200 baud) allows full control and configuration.
74
70
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.
77
73
78
74
| Command | Description |
79
75
|---------|-------------|
80
76
|`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 |
86
79
| `import profile <1|2> <Data>` | Import into CUSTOM#1 or CUSTOM#2 EEPROM |
0 commit comments