File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ build_flags =
114114 -D OFFLINE_QUEUE_SIZE =256
115115 -D UI_RECENT_LIST_SIZE =9
116116 -D AUTO_SHUTDOWN_MILLIVOLTS =3300
117+ -D QSPIFLASH =1
117118build_src_filter = ${LilyGo_T-Echo.build_src_filter}
118119 +<../examples/companion_radio/*.cpp>
119120 +<../examples/companion_radio/ui-new/*.cpp>
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ build_flags =
7272 -I examples/companion_radio/ui-new
7373 -D MAX_CONTACTS =350
7474 -D MAX_GROUP_CHANNELS =40
75+ -D QSPIFLASH =1
7576 -D OFFLINE_QUEUE_SIZE =256
7677 -D DISPLAY_CLASS =SH1106Display
7778 -D PIN_BUZZER =4
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ board_build.ldscript = boards/nrf52840_s140_v7_extrafs.ld
7272board_upload.maximum_size = 708608
7373build_flags = ${t1000-e.build_flags}
7474 -I examples/companion_radio/ui-orig
75- -D MAX_CONTACTS =100
76- -D MAX_GROUP_CHANNELS =8
75+ -D MAX_CONTACTS =350
76+ -D MAX_GROUP_CHANNELS =40
7777; -D MESH_PACKET_LOGGING=1
7878; -D MESH_DEBUG=1
7979 -D OFFLINE_QUEUE_SIZE =256
Original file line number Diff line number Diff line change @@ -59,11 +59,12 @@ board_build.ldscript = boards/nrf52840_s140_v7_extrafs.ld
5959board_upload.maximum_size = 708608
6060build_flags = ${WioTrackerL1.build_flags}
6161 -I examples/companion_radio/ui-new
62- -D MAX_CONTACTS =100
63- -D MAX_GROUP_CHANNELS =8
62+ -D MAX_CONTACTS =350
63+ -D MAX_GROUP_CHANNELS =40
6464 -D DISPLAY_CLASS =SH1106Display
6565 -D OFFLINE_QUEUE_SIZE =256
6666 -D PIN_BUZZER =12
67+ -D QSPIFLASH =1
6768; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
6869; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
6970build_src_filter = ${WioTrackerL1.build_src_filter}
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ build_flags =
8484 ${Xiao_nrf52.build_flags}
8585 -D MAX_CONTACTS =350
8686 -D MAX_GROUP_CHANNELS =40
87+ -D QSPIFLASH =1
8788; -D MESH_PACKET_LOGGING=1
8889; -D MESH_DEBUG=1
8990build_src_filter = ${Xiao_nrf52.build_src_filter}
You can’t perform that action at this time.
0 commit comments