mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00

platformio/espressif32@6.9.0 --> 6.10.0 lewisxhe/XPowersLib@^0.2.6 --> 0.2.7 platformio/framework-arduinoststm32@~Oct 2024 --> 4.20900.0 zinggjm/GxEPD2@^1.4.9 --> 1.6.2 tool-esptoolpy@^1.40500.0 --> 1.40801.0 Used platformio tool to check, kept to minor version updates, checked release notes for any breaking changes.
15 lines
532 B
INI
15 lines
532 B
INI
[env:pca10059_diy_eink]
|
|
board_level = extra
|
|
extends = nrf52840_base
|
|
board = nordic_pca10059
|
|
build_flags = ${nrf52840_base.build_flags} -Ivariants/Dongle_nRF52840-pca10059-v1 -D NORDIC_PCA10059
|
|
-L "${platformio.libdeps_dir}/${this.__env__}/bsec2/src/cortex-m4/fpv4-sp-d16-hard"
|
|
-DEINK_DISPLAY_MODEL=GxEPD2_420_M01
|
|
-DEINK_WIDTH=300
|
|
-DEINK_HEIGHT=400
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/Dongle_nRF52840-pca10059-v1>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|
|
zinggjm/GxEPD2@^1.6.2
|
|
debug_tool = jlink
|