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.
2 parents d0c5fc4 + 34ddc5a commit ae2210bCopy full SHA for ae2210b
firmware/platformio.ini
@@ -10,7 +10,9 @@
10
11
12
[common]
13
-platform = espressif32
+; Version 6.11.0 of the espressif32 platform was chosen for its stability and compatibility with the current project setup. Pinned on: 2025-07-19.
14
+; Review this version periodically (e.g., every 6 months) to ensure compatibility with newer versions or to address potential issues.
15
+platform = espressif32@6.11.0
16
framework = arduino
17
monitor_speed = 115200
18
build_flags =
0 commit comments