mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 05:31:25 +00:00
Create platformio.ini
This commit is contained in:
parent
b8e7c6ee7a
commit
1f7fee8e2a
14
variants/m5stack_coreink/platformio.ini
Normal file
14
variants/m5stack_coreink/platformio.ini
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[env:m5stack-coreink]
|
||||||
|
extends = esp32_base
|
||||||
|
board = m5stack-coreink
|
||||||
|
build_flags =
|
||||||
|
${esp32_base.build_flags} -D PRIVATE_HW -I variants/m5stack_coreink
|
||||||
|
;-D RADIOLIB_VERBOSE
|
||||||
|
-Ofast
|
||||||
|
-D__MCUXPRESSO
|
||||||
|
lib_deps =
|
||||||
|
${esp32_base.lib_deps}
|
||||||
|
zinggjm/GxEPD2@^1.4.5
|
||||||
|
board_build.f_cpu = 240000000L
|
||||||
|
upload_protocol = esptool
|
||||||
|
upload_port = /dev/ttyACM*
|
Loading…
Reference in New Issue
Block a user