mirror of https://github.com/meshcore-dev/MeshCore
9 changed files with 95 additions and 49 deletions
|
Can't render this file because it has a wrong number of fields in line 2.
|
@ -6,7 +6,7 @@ board_build.flash_mode = qio |
|||
board_build.psram_type = opi |
|||
board_upload.flash_size = 8MB |
|||
board_upload.maximum_size = 8388608 |
|||
board_build.partitions = default.csv |
|||
board_build.partitions = partition-table-8MB.csv |
|||
build_flags = |
|||
${esp32_base.build_flags} |
|||
-D PIN_BOARD_SDA=39 |
|||
@ -36,15 +36,30 @@ lib_deps=${esp32_base.lib_deps} |
|||
extends =SenseCapIndicator-ESPNow |
|||
build_flags = |
|||
${SenseCapIndicator-ESPNow.build_flags} |
|||
-I examples/companion_radio/ui-new |
|||
; -I examples/companion_radio/ui-new |
|||
-D MAX_CONTACTS=350 |
|||
-D MAX_GROUP_CHANNELS=40 |
|||
-D CORE_DEBUG_LEVEL=4 ; 0: None, 1: Error, 2: Warn, 3: Info, 4: Debug, 5: Verbose |
|||
-D LV_CONF_PATH=lv_conf.h |
|||
-D SEEED_SENSECAP_INDICATOR |
|||
-D LANG_GR |
|||
-D ADVERT_NAME='"SenseCap Client"' |
|||
-D MAX_CONTACTS=350 |
|||
-D MAX_GROUP_CHANNELS=8 |
|||
-D MESH_DEBUG=1 |
|||
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1 |
|||
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1 |
|||
; NOTE: DO NOT ENABLE --> -D ESPNOW_DEBUG_LOGGING=1 |
|||
build_src_filter = ${SenseCapIndicator-ESPNow.build_src_filter} |
|||
+<../examples/companion_radio/ui-new/*.cpp> |
|||
+<../examples/companion_radio/*.cpp> |
|||
+<../examples/simple_secure_chat_ui/*.cpp> |
|||
+<fonts/*.c> |
|||
+<UI/*.c> |
|||
lib_deps = |
|||
${SenseCapIndicator-ESPNow.lib_deps} |
|||
densaugeo/base64 @ ~1.4.0 |
|||
adafruit/Adafruit SSD1306 @ ^2.5.15 |
|||
fbiego/ESP32Time@^2.0.6 |
|||
lvgl/[email protected] |
|||
lovyan03/LovyanGFX@^1.1.16 |
|||
bitbank2/PNGdec@^1.1.6 |
|||
;tamctec/TAMC_GT911@^1.0.2 |
|||
densaugeo/base64 @ ~1.4.0 |
|||
|
|||
Loading…
Reference in new issue