mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-23 10:17:37 +00:00
Add files via upload
This commit is contained in:
committed by
Thomas Göttgens
parent
9a9279dd78
commit
790df42987
12
variants/MakePython_nRF52840_eink/platformio.ini
Normal file
12
variants/MakePython_nRF52840_eink/platformio.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[env:makerpython_nrf52840_sx1280_eink]
|
||||
extends = nrf52840_base
|
||||
board = nordic_pca10059
|
||||
build_flags = ${nrf52840_base.build_flags} -Ivariants/MakePython_nRF52840_eink -D PRIVATE_HW
|
||||
-D PIN_EINK_EN
|
||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/MakePython_nRF52840_eink>
|
||||
lib_deps =
|
||||
${nrf52840_base.lib_deps}
|
||||
caveman99/ESP32 Codec2@^1.0.1
|
||||
zinggjm/GxEPD2@^1.4.9
|
||||
debug_tool = jlink
|
||||
upload_port = /dev/ttyACM4
|
||||
Reference in New Issue
Block a user