Skip to content

Commit

Permalink
Set platform version
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Sep 6, 2024
1 parent ba307c0 commit 6c03400
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sensor/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ build_flags=
-DCORE_DEBUG_LEVEL=2
monitor_filters = esp32_exception_decoder

[esp32]
platform = espressif32@~6.3.2

[env:wemos_d1_mini32]
platform = espressif32
platform = ${esp32.platform}
board = wemos_d1_mini32

[env:remote_wemos_d1_mini32]
platform = espressif32
platform = ${esp32.platform}
board = wemos_d1_mini32
upload_protocol = espota
upload_port = hottub-sensor
Expand All @@ -47,7 +49,7 @@ upload_flags =
; platform = espressif8266

[env:t-rsc3] ; Lilygo T-RSC3
platform = espressif32
platform = ${esp32.platform}
board = esp32-c3-devkitm-1
lib_deps =
${env.lib_deps}
Expand All @@ -59,5 +61,5 @@ build_flags =
-DtubUART=UART_NUM_1

[env:pico32]
platform = espressif32
platform = ${esp32.platform}
board = pico32

0 comments on commit 6c03400

Please sign in to comment.