Skip to content

Commit 46ade41

Browse files
committed
Pin platform to 6.11.0
Build issue on 6.12.0 (latest) that just started showing up: ```plaintext fatal: not a git repository (or any of the parent directories): .git ``` This appears to be due to unbound dependency in idf-component-manager, see this issue: espressif/idf-component-manager#97 Unfortunately platformio trails behind esp-idf releases, so we don't have a simple workaround that I can figure out. Just pin to older version for now.
1 parent f445e1c commit 46ade41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
build_cache_dir = .build_cache
1414

1515
[env]
16-
platform = espressif32
16+
platform = espressif32@6.11.0
1717
board = esp32-c3-devkitc-02
1818

1919
; Strictly specify the versions used to build this project

0 commit comments

Comments
 (0)