J. Nick Koston
dab6b54e97
Merge branch 'fix-http-request-content-length' into integration
2025-12-15 11:48:06 -06:00
J. Nick Koston
245e7682c1
Merge remote-tracking branch 'swoboda1337/esp32-remove-arduino-core' into integration
2025-12-15 11:32:08 -06:00
Jonathan Swoboda
e57e1f5094
Fix
2025-12-15 11:44:14 -05:00
Jonathan Swoboda
853372a814
Fix
2025-12-15 10:48:48 -05:00
Jonathan Swoboda
db91ac9c75
Fix
2025-12-15 10:45:59 -05:00
Jonathan Swoboda
415a1dd75a
Merge branch 'dev' into esp32-remove-arduino-core
2025-12-15 10:43:14 -05:00
J. Nick Koston
ed4f90db8f
Merge remote-tracking branch 'upstream/libretiny_prefs' into integration
2025-12-15 09:21:51 -06:00
J. Nick Koston
9dc06f04b1
Merge branch 'dev' into libretiny_prefs
2025-12-15 09:21:36 -06:00
Jonathan Swoboda
fe315a4cf8
Clean
2025-12-15 10:20:52 -05:00
Jonathan Swoboda and Claude
b9d59f5a00
[esp32] Remove Arduino-specific code from core.cpp, use initArduino
...
- Remove all USE_ARDUINO conditionals from core.cpp
- Add weak initArduino() stub that gets overridden when Arduino is present
- Call initArduino() in app_main() to initialize Arduino framework
- Remove CONFIG_AUTOSTART_ARDUINO (no longer needed)
- Fix deprecated hal/cpu_hal.h include, use esp_cpu.h instead
- Remove old ESP-IDF version conditionals (now IDF 5.x+ only)
- Clean up and sort includes alphabetically
This unifies the ESP32 startup code path - Arduino initialization is now
handled by calling initArduino() rather than using CONFIG_AUTOSTART_ARDUINO
which would start Arduino's own main loop.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-15 10:19:20 -05:00
J. Nick Koston
efc53ddd77
Merge remote-tracking branch 'upstream/esp32_prefs_uint32_str' into integration
2025-12-15 09:11:16 -06:00
J. Nick Koston
0bc81633bf
at boundry
2025-12-15 09:06:33 -06:00
J. Nick Koston
cf20e0d772
libretiny prefs
2025-12-15 09:03:42 -06:00
Jonathan Swoboda and Claude
450962850a
[remote_base] Fix crash when ABBWelcome action has no data field ( #12493 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-15 09:29:51 -05:00
Pascal Vizeli and Claude Sonnet 4.5
2dbaedbda2
Simplify condition check - remove redundant bufsize > 0 check
...
The bufsize > 0 check is redundant because the previous if statement
already handles all cases where bufsize <= 0, ensuring that by the time
we reach this condition, bufsize is always positive.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2025-12-15 12:17:47 +00:00
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 Swoboda and Claude
46574fcbec
[cc1101] Add packet mode support ( #12474 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-14 18:17:00 -05:00
Jonathan Swoboda and Claude
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 Stubbs and Copilot
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