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: CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ This release candidate focuses on **radio reliability**, **firmware behavior imp
6
6
7
7
- Major **RF/RMT transmitter rework** for improved timing accuracy and more reliable shocker communication.
8
8
- Updated **AssignLCG** integration using the new backend endpoint (removes the old LCG override setting).
9
+
- Hub now reports its Wi-Fi signal strength (RSSI), this will be used to show connection health in UI's.
9
10
-**Serial output now uses CRLF** line endings for improved compatibility with Windows terminals.
10
-
- Added **T330 collar protocol** support.
11
+
- Added **T330 shocker protocol** support.
11
12
12
13
## Radio & Timing
13
14
@@ -17,8 +18,8 @@ This release candidate focuses on **radio reliability**, **firmware behavior imp
17
18
18
19
## Firmware Behavior / System
19
20
20
-
- Introduced internal **execution time limits** to prevent firmware from getting stuck in long-running operations (internal stability, not a user-facing “safety feature”).
21
-
- Replaced all direct `ESP.restart()` usage with controlled transitions.
21
+
- Introduced internal **execution time limits** to prevent firmware from getting stuck in long-running operations.
22
+
- Replaced all `ESP.restart()` usage with ESP-IDF native `esp_restart()` calls
22
23
- Improved OTA, Wi-Fi initialization, and crash-loop resilience.
23
24
24
25
## HTTP & Gateway
@@ -48,7 +49,7 @@ This release candidate focuses on **radio reliability**, **firmware behavior imp
48
49
49
50
## Notes
50
51
51
-
- RF timing changes are substantial; please report collar-specific regressions.
52
+
- RF timing changes are substantial; please report shocker-specific regressions.
52
53
- Scripts relying on legacy AssignLCG behavior may need updates.
0 commit comments