mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
Adding Variants for Hackerboxes ESP32C3 OLED kit and the ESP32 IO Kit (#6319)
This commit is contained in:
14
variants/hackerboxes_esp32c3_oled/platformio.ini
Normal file
14
variants/hackerboxes_esp32c3_oled/platformio.ini
Normal 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
|
||||
Reference in New Issue
Block a user