Adding Variants for Hackerboxes ESP32C3 OLED kit and the ESP32 IO Kit (#6319)

This commit is contained in:
nledevil
2025-03-25 16:57:06 -05:00
committed by GitHub
parent eb375d8e62
commit 53a7afff41
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[env:hackerboxes-esp32c3-oled]
extends = esp32c3_base
board = esp32-c3-devkitm-1
board_level = extra
build_flags =
${esp32_base.build_flags}
-D PRIVATE_HW
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
-I variants/hackerboxes_esp32c3_oled
monitor_speed = 115200
upload_protocol = esptool
;upload_port = /dev/ttyUSB0
upload_speed = 921600