Skip to content

Commit 6be53b5

Browse files
committed
Release 1.5.0-rc.1
1 parent 16754d0 commit 6be53b5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ This release candidate focuses on **radio reliability**, **firmware behavior imp
66

77
- Major **RF/RMT transmitter rework** for improved timing accuracy and more reliable shocker communication.
88
- 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.
910
- **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.
1112

1213
## Radio & Timing
1314

@@ -17,8 +18,8 @@ This release candidate focuses on **radio reliability**, **firmware behavior imp
1718

1819
## Firmware Behavior / System
1920

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
2223
- Improved OTA, Wi-Fi initialization, and crash-loop resilience.
2324

2425
## HTTP & Gateway
@@ -48,7 +49,7 @@ This release candidate focuses on **radio reliability**, **firmware behavior imp
4849

4950
## Notes
5051

51-
- RF timing changes are substantial; please report collar-specific regressions.
52+
- RF timing changes are substantial; please report shocker-specific regressions.
5253
- Scripts relying on legacy AssignLCG behavior may need updates.
5354

5455
# Version 1.4.0 Release Notes

0 commit comments

Comments
 (0)