Skip to content

Commit ae2210b

Browse files
authored
Merge branch 'main' into feature/github-action-desktop
2 parents d0c5fc4 + 34ddc5a commit ae2210b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

firmware/platformio.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111

1212
[common]
13-
platform = espressif32
13+
; 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
1416
framework = arduino
1517
monitor_speed = 115200
1618
build_flags =

0 commit comments

Comments
 (0)