Skip to content

Commit fd5bfb0

Browse files
committed
Pinned platform version
1 parent a412dfb commit fd5bfb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
1818
- Moves appName and copyright to `layout.ts` to keep customization in one place (#31)
1919
- Make eventSource use timeout for reconnect (#34)
2020
- Make each toasts disappear after timeout (#35)
21+
- Fixed version `platform = espressif32 @ 6.6.0` in platformio.ini
2122

2223
### Fixed
2324

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default_envs = esp32-s3-devkitc-1
1818

1919
[env]
2020
framework = arduino
21-
platform = espressif32
21+
platform = espressif32 @ 6.6.0
2222
build_flags =
2323
${factory_settings.build_flags}
2424
${features.build_flags}

0 commit comments

Comments
 (0)