Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Nov 24, 2024
1 parent 619cfc2 commit fbfe1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/espidf-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ build_flags =
-D CONFIG_BLINK_LED_GPIO=8
-D CONFIG_BLINK_PERIOD=1000

[env:esp32-c6-devkitc-1]
[env:esp32-p4]
platform = espressif32
framework = espidf
board = esp32-c6-devkitc-1
board = esp32-p4
monitor_speed = 115200
build_flags =
-D CONFIG_BLINK_GPIO=2
Expand Down

0 comments on commit fbfe1ed

Please sign in to comment.