We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a412dfb commit fd5bfb0Copy full SHA for fd5bfb0
CHANGELOG.md
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
18
- Moves appName and copyright to `layout.ts` to keep customization in one place (#31)
19
- Make eventSource use timeout for reconnect (#34)
20
- Make each toasts disappear after timeout (#35)
21
+- Fixed version `platform = espressif32 @ 6.6.0` in platformio.ini
22
23
### Fixed
24
platformio.ini
@@ -18,7 +18,7 @@ default_envs = esp32-s3-devkitc-1
[env]
framework = arduino
-platform = espressif32
+platform = espressif32 @ 6.6.0
build_flags =
${factory_settings.build_flags}
${features.build_flags}
0 commit comments