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/2025.6.0.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,7 @@ Breaking Changes
188
188
- Optimize Component and Application state storage from uint32_t to uint8_t :esphomepr:`9082` by :ghuser:`bdraco` (breaking-change)
189
189
- Reduce entity memory usage by eliminating field shadowing and bit-packing :esphomepr:`9076` by :ghuser:`bdraco` (breaking-change)
190
190
- Optimize Application ``area_`` from ``std::string`` to ``const char*`` :esphomepr:`9085` by :ghuser:`bdraco` (breaking-change)
191
+
- The default CPU frequency for ESP32 is now 160MHz for both ESP-IDF and Arduino (was 240MHz for Arduino) :esphomepr:`8542` by :ghuser:`clydebarrow` (breaking-change)
0 commit comments