J. Nick Koston
|
6a5dc6e7f5
|
Merge branch 'esp32_prefs_uint32_str' into integration
|
2025-12-14 22:29:28 -06:00 |
|
J. Nick Koston
|
ee5a3088b9
|
tweak
|
2025-12-14 22:17:45 -06:00 |
|
J. Nick Koston
|
6c166c904c
|
[esp32] Replace std::string with char[12] for NVS preference keys
|
2025-12-14 22:06:42 -06:00 |
|
J. Nick Koston
|
995cf8be9c
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-12-14 21:34:22 -06:00 |
|
Jonathan Swoboda
|
6b088caf5d
|
Merge branch 'beta' into dev
|
2025-12-14 19:18:10 -05:00 |
|
Jonathan Swoboda
|
3e6a65e7dc
|
Merge pull request #12488 from esphome/bump-2025.12.0b3
2025.12.0b3
2025.12.0b3
|
2025-12-14 19:17:58 -05:00 |
|
Jonathan Swoboda
|
3a101d8886
|
Bump version to 2025.12.0b3
|
2025-12-14 18:17:00 -05:00 |
|
J. Nick Koston
|
fa0f07bfe9
|
[wifi] Fix WiFi recovery after failed connection attempts (#12483)
|
2025-12-14 18:17:00 -05:00 |
|
mbohdal
|
fffa16e4d8
|
[ethernet] fix used pins validation in configuration of RMII pins (#12486)
|
2025-12-14 18:17:00 -05:00 |
|
guillempages
|
734710d22a
|
[core] Use Arduino string macros only on ESP8266 (#12471)
|
2025-12-14 18:17:00 -05:00 |
|
J. Nick Koston
|
3a1be6822e
|
[ota] Match client timeout to device timeout to prevent premature failures (#12484)
|
2025-12-14 18:17:00 -05:00 |
|
J. Nick Koston
|
c85b1b8609
|
[web_server_idf] Always enable LRU purge to prevent socket exhaustion (#12481)
|
2025-12-14 18:17:00 -05:00 |
|
J. Nick Koston
|
2e9ddd967c
|
[wifi_signal] Skip publishing disconnected RSSI value (#12482)
|
2025-12-14 18:17:00 -05:00 |
|
J. Nick Koston
|
078afe9656
|
[dashboard] Add ESPHOME_TRUSTED_DOMAINS support to events WebSocket (#12479)
|
2025-12-14 18:17:00 -05:00 |
|
 Jonathan SwobodaandClaude
|
46574fcbec
|
[cc1101] Add packet mode support (#12474)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-14 18:17:00 -05:00 |
|
 Jonathan SwobodaandClaude
|
359f45400f
|
[core] Fix polling_component_schema and type consistency (#12478)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-14 18:16:59 -05:00 |
|
 Clyde StubbsandCopilot
|
4da95ccd7e
|
[packet_transport] Ensure retransmission at update intervals (#12472)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-14 18:16:59 -05:00 |
|
J. Nick Koston
|
c69d58273a
|
[core] Fix CORE.raw_config not updated after package merge (#12456)
|
2025-12-14 18:16:59 -05:00 |
|
J. Nick Koston
|
ffce80f96c
|
[wifi] Fix WiFi recovery after failed connection attempts (#12483)
|
2025-12-14 16:26:34 -06:00 |
|
mbohdal
|
fa5b14fad4
|
[ethernet] fix used pins validation in configuration of RMII pins (#12486)
|
2025-12-14 16:40:08 -05:00 |
|
J. Nick Koston
|
45f413de0e
|
Merge branch 'wifi_timeout' into integration
|
2025-12-14 15:30:58 -06:00 |
|
J. Nick Koston
|
24e490ef26
|
Merge branch 'wifi_fail_too_quickly_fix' into wifi_timeout
|
2025-12-14 15:17:05 -06:00 |
|
J. Nick Koston
|
d9296a907d
|
Revert "recovery"
This reverts commit 712da5c2ae.
|
2025-12-14 15:13:22 -06:00 |
|
J. Nick Koston
|
0a979cf26a
|
Merge branch 'wifi_fail_too_quickly_fix' into wifi_timeout
|
2025-12-14 15:07:48 -06:00 |
|
J. Nick Koston
|
712da5c2ae
|
recovery
|
2025-12-14 15:07:22 -06:00 |
|
J. Nick Koston
|
09573b5e5f
|
Merge branch 'wifi_fail_too_quickly_fix' into wifi_timeout
|
2025-12-14 14:40:38 -06:00 |
|
J. Nick Koston
|
11c9e974ac
|
tweak
|
2025-12-14 14:38:02 -06:00 |
|
J. Nick Koston
|
3786c84bbe
|
Merge branch 'wifi_fail_too_quickly_fix' into wifi_timeout
|
2025-12-14 14:32:02 -06:00 |
|
J. Nick Koston
|
c8b48df8f2
|
tweak
|
2025-12-14 14:31:41 -06:00 |
|
J. Nick Koston
|
1de743d85e
|
Merge branch 'wifi_fail_too_quickly_fix' into wifi_timeout
|
2025-12-14 14:25:41 -06:00 |
|
J. Nick Koston
|
f22396a097
|
fixes
|
2025-12-14 14:25:23 -06:00 |
|
J. Nick Koston
|
8cdee86334
|
Merge branch 'wifi_fail_too_quickly_fix' into wifi_timeout
|
2025-12-14 14:20:19 -06:00 |
|
J. Nick Koston
|
7801420eca
|
one more failure more
|
2025-12-14 14:18:59 -06:00 |
|
guillempages
|
cee532a1e3
|
[core] Use Arduino string macros only on ESP8266 (#12471)
|
2025-12-15 07:15:19 +11:00 |
|
J. Nick Koston
|
8524b894d6
|
[ota] Match client timeout to device timeout to prevent premature failures (#12484)
|
2025-12-14 13:47:11 -06:00 |
|
J. Nick Koston
|
4928862622
|
esp32 has same bug
|
2025-12-14 13:42:59 -06:00 |
|
J. Nick Koston
|
6939b67e47
|
esp32 has same bug
|
2025-12-14 13:42:10 -06:00 |
|
J. Nick Koston
|
0b32add874
|
Merge branch 'wifi_fail_too_quickly_fix' into wifi_timeout
|
2025-12-14 13:38:05 -06:00 |
|
J. Nick Koston
|
616dae5bf9
|
fix missing s_sta_connecting = false;
|
2025-12-14 13:37:48 -06:00 |
|
J. Nick Koston
|
3a5e708c13
|
[web_server_idf] Always enable LRU purge to prevent socket exhaustion (#12481)
|
2025-12-14 13:31:19 -06:00 |
|
J. Nick Koston
|
96e418a8ca
|
[wifi_signal] Skip publishing disconnected RSSI value (#12482)
|
2025-12-14 13:31:07 -06:00 |
|
J. Nick Koston
|
780a407b10
|
[dashboard] Add ESPHOME_TRUSTED_DOMAINS support to events WebSocket (#12479)
|
2025-12-14 13:30:55 -06:00 |
|
J. Nick Koston
|
bd539fa34f
|
Merge branch 'wifi_fail_too_quickly_fix' into wifi_timeout
|
2025-12-14 13:27:09 -06:00 |
|
J. Nick Koston
|
8ce2cc564f
|
make sure we are disconnected on timeout
|
2025-12-14 13:26:54 -06:00 |
|
J. Nick Koston
|
2696297428
|
Merge branch 'ota_timeout_fix' into wifi_timeout
|
2025-12-14 12:45:57 -06:00 |
|
J. Nick Koston
|
7eff3217aa
|
[ota] Match client timeout to device timeout to prevent premature failures
|
2025-12-14 12:34:54 -06:00 |
|
 Jonathan SwobodaandClaude
|
cfc0d8bdfc
|
[cc1101] Add packet mode support (#12474)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-14 13:22:55 -05:00 |
|
J. Nick Koston
|
af04eaaba0
|
[wifi] Fix premature connection timeout on LibreTiny/Beken
|
2025-12-14 12:19:58 -06:00 |
|
 Jonathan SwobodaandClaude
|
786d7266f5
|
[core] Fix polling_component_schema and type consistency (#12478)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-14 12:47:52 -05:00 |
|
 Clyde StubbsandCopilot
|
ede64a9f47
|
[packet_transport] Ensure retransmission at update intervals (#12472)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-14 12:47:15 -05:00 |
|