Skip to content

Commit badb672

Browse files
authored
Update platformio.ini
Platformio is downgrading to 5.1.0 in order to use espidf 4.x.x because espidf 5.x.x currently contains breaking changes. - further update fixit
1 parent de65758 commit badb672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ board_build.embed_txtfiles =
3131

3232

3333
[env:esp32dev]
34-
platform = espressif32
34+
platform = espressif32@5.1.0
3535
framework = espidf
3636
board = esp32dev
3737
board_build.partitions = partitions.csv
@@ -52,4 +52,4 @@ monitor_speed = 115200
5252
; monitor_flags = --raw
5353

5454
; build_flags = -I C:\Users\Marci\.platformio\packages\framework-espidf\components\bt\host\bluedroid\api\include\api
55-
55+

0 commit comments

Comments
 (0)