Skip to content

Commit 7a45dc2

Browse files
committed
PIO update esp-idf version and no Native for linux/windows
1 parent e5e22af commit 7a45dc2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

platformio.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ default_envs = espidf_esp32 ; Build ESP32 with ESP-IDF Framework
2525

2626
; ESP32 ESP-IDF
2727
[env:espidf_esp32]
28-
platform = espressif32@3.2.0
29-
board = esp32dev
28+
platform = espressif32@3.5.0
29+
board = esp32-c3-devkitm-1
3030
framework = espidf
3131
build_flags =
3232
-DLOG_LOCAL_LEVEL=ESP_LOG_INFO
33+
board_build.mcu = esp32c3
3334

3435
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3536

@@ -84,10 +85,10 @@ framework = arduino
8485

8586
; Linux
8687
[env:linux]
87-
platform = native@1.1.3
88+
platform = linux_x86_64@1.1.2
8889
build_flags =
8990
-lpthread
9091

9192
; Windows
9293
[env:windows]
93-
platform = native@1.1.3
94+
platform = windows_x86@1.1.3

0 commit comments

Comments
 (0)