Skip to content

Commit

Permalink
Merge pull request #20 from leokeba/devkit-v1
Browse files Browse the repository at this point in the history
Suggestion : add support for esp32-devkit-v1 board
  • Loading branch information
theelims authored Feb 7, 2024
2 parents 02393cc + 378f045 commit f16cabd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ board_build.partitions = default_8MB.csv
; -DARDUINO_USB_CDC_ON_BOOT=1
; -DARDUINO_USB_MODE=1

[env:nodemcu-32s]
board = nodemcu-32s
[env:esp32dev]
; Works for nodemcu-32s, devkit-v1 boards and probably others. You can change the pin defines below if needed.
board = esp32dev
board_build.partitions = min_spiffs.csv
;build_type = debug
build_flags =
${env.build_flags}
-D LED_BUILTIN=2
-D KEY_BUILTIN=0

0 comments on commit f16cabd

Please sign in to comment.