diff options
| author | Your Name <you@example.com> | 2026-05-18 14:02:55 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-18 14:02:55 +0530 |
| commit | 36fa7451a3be1c49932e944859364fe4e9f9fcc4 (patch) | |
| tree | e2d6bd781add57d44940137c6b6ef6c8aa35f5de /docs | |
| parent | 8a2f7a6c9423e0c00fae3c1233bee9e0bb3ae239 (diff) | |
fix: EVENT msg buffer underflow + WS write loop + WPA3 auth
- Fix buffer size for ["EVENT",...] wrapper: was 8+event_len+1,
needed 10+event_len+2 (9 char prefix + ] + null). snprintf was
truncating the closing bracket, causing relay JSON parse errors.
- Add write loop in ws_send_text for large payloads that don't fit
in a single esp_tls_conn_write call.
- Change STA auth threshold from WPA2_PSK to WPA3_PSK for
compatibility with WPA3 access points.
- Announcements now successfully stored on relay.primal.net!
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions