2022-06-01 09:10:49 +00:00
|
|
|
[env:m5stack-coreink]
|
|
|
|
extends = esp32_base
|
|
|
|
board = m5stack-coreink
|
|
|
|
build_flags =
|
2022-06-01 18:30:21 +00:00
|
|
|
${esp32_base.build_flags} -D M5_COREINK -I variants/m5stack_coreink
|
2022-06-01 09:10:49 +00:00
|
|
|
;-D RADIOLIB_VERBOSE
|
|
|
|
-Ofast
|
|
|
|
-D__MCUXPRESSO
|
2022-06-01 18:30:21 +00:00
|
|
|
-DEPD_HEIGHT=200
|
|
|
|
-DEPD_WIDTH=200
|
|
|
|
-DM5STACK
|
2022-06-01 09:10:49 +00:00
|
|
|
lib_deps =
|
|
|
|
${esp32_base.lib_deps}
|
2022-10-04 06:40:39 +00:00
|
|
|
zinggjm/GxEPD2@^1.4.9
|
2022-10-06 06:56:02 +00:00
|
|
|
# lewisxhe/PCF8563_Library@^1.0.1 // switch to this one when it is released!
|
|
|
|
https://github.com/lewisxhe/PCF8563_Library.git#fe8cface109f63b5a4fb6abeaf87c6de0faa24c6
|
2022-06-01 09:10:49 +00:00
|
|
|
board_build.f_cpu = 240000000L
|
|
|
|
upload_protocol = esptool
|
|
|
|
upload_port = /dev/ttyACM*
|