Skip to content

Commit

Permalink
Platform 2024.04.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Apr 11, 2024
2 parents 6d04629 + 9bc3a1b commit a0388e7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[env:esp-wrover-kit]
[env:esp32solo1]
platform = espressif32
framework = arduino
board = esp-wrover-kit
monitor_speed = 115200
build_flags =
-DLED_BUILTIN=2
board = esp32-solo1
build_flags = -DFRAMEWORK_ARDUINO_SOLO1
-DLED_BUILTIN=2

[env:esp32-s3-120]
platform = espressif32
Expand Down

0 comments on commit a0388e7

Please sign in to comment.