mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 18:31:37 +00:00
20 lines
564 B
INI
20 lines
564 B
INI
[env:m5stack-coreink]
|
|
extends = esp32_base
|
|
board = m5stack-coreink
|
|
build_flags =
|
|
${esp32_base.build_flags} -D M5_COREINK -I variants/m5stack_coreink
|
|
;-D RADIOLIB_VERBOSE
|
|
-Ofast
|
|
-D__MCUXPRESSO
|
|
-DEPD_HEIGHT=200
|
|
-DEPD_WIDTH=200
|
|
-DM5STACK
|
|
lib_deps =
|
|
${esp32_base.lib_deps}
|
|
zinggjm/GxEPD2@^1.4.9
|
|
# lewisxhe/PCF8563_Library@^1.0.1 // switch to this one when it is released!
|
|
https://github.com/lewisxhe/PCF8563_Library.git#fe8cface109f63b5a4fb6abeaf87c6de0faa24c6
|
|
board_build.f_cpu = 240000000L
|
|
upload_protocol = esptool
|
|
upload_port = /dev/ttyACM*
|