Skip to content

Commit

Permalink
add esp32-p4 to Blink exmple
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Sep 22, 2024
1 parent 6eb431a commit ff3f801
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ platform = espressif32
framework = arduino
board = esp32-h2-devkitm-1
monitor_speed = 115200

[env:esp32-p4]
platform = espressif32
framework = arduino
board = esp32-p4
monitor_speed = 115200

0 comments on commit ff3f801

Please sign in to comment.