Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@


[common]
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.
; Review this version periodically (e.g., every 6 months) to ensure compatibility with newer versions or to address potential issues.
platform = espressif32@6.11.0
framework = arduino
monitor_speed = 115200
build_flags =
Expand Down