mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-13 22:32:27 +00:00
* Add initial support for Hackaday Communicator * Fork it! * Trunk * Remove unused elements from the HackadayCommunicatorKeyboard * Don't divide by zero.
15 lines
461 B
INI
15 lines
461 B
INI
; Hackaday Communicator
|
|
[env:hackaday-communicator]
|
|
extends = esp32s3_base
|
|
board = hackaday-communicator
|
|
board_check = true
|
|
board_build.partitions = default_16MB.csv
|
|
upload_protocol = esptool
|
|
|
|
build_flags = ${esp32s3_base.build_flags}
|
|
-D HACKADAY_COMMUNICATOR
|
|
-D BOARD_HAS_PSRAM
|
|
-I variants/esp32s3/hackaday-communicator
|
|
|
|
lib_deps = ${esp32s3_base.lib_deps}
|
|
https://github.com/meshtastic/Arduino_GFX/archive/054e81ffaf23784830a734e3c184346789349406.zip |