Create platformio.ini

This commit is contained in:
Mark Trevor Birss 2022-06-01 11:10:49 +02:00 committed by GitHub
parent b8e7c6ee7a
commit 1f7fee8e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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*