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.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file.
9
9
- Added `isPSRAMAvailable()` and `shouldUsePSRAM()` runtime helpers.
10
10
- Added Arduino example (`examples/basic_usage`) demonstrating safe fallback behavior.
11
11
12
+
### Fixed
13
+
- CI now pins PIOArduino Core to `v6.1.19` and installs the ESP32 platform via `pio pkg install`, restoring PlatformIO compatibility with the current `platform-espressif32` package.
0 commit comments