File tree Expand file tree Collapse file tree 16 files changed +33
-98
lines changed
heltec_vision_master_e213
heltec_vision_master_e290
heltec_vision_master_t190
lilygo_tbeam_supreme_SX1262 Expand file tree Collapse file tree 16 files changed +33
-98
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ build_src_filter = ${esp32_base.build_src_filter}
2626extends = Generic_ESPNOW
2727build_flags =
2828 ${Generic_ESPNOW.build_flags}
29- -D MAX_CONTACTS =100
29+ -D MAX_CONTACTS =300
3030 -D MAX_GROUP_CHANNELS =1
3131build_src_filter = ${Generic_ESPNOW.build_src_filter}
3232 +<../examples/simple_secure_chat/main.cpp>
@@ -54,7 +54,7 @@ lib_deps =
5454extends = Generic_ESPNOW
5555build_flags =
5656 ${Generic_ESPNOW.build_flags}
57- -D MAX_CONTACTS =100
57+ -D MAX_CONTACTS =300
5858 -D MAX_GROUP_CHANNELS =8
5959; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
6060; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ build_flags =
5555 ${Heltec_ct62.build_flags}
5656; -D ARDUINO_USB_MODE=1
5757; -D ARDUINO_USB_CDC_ON_BOOT=1
58- -D MAX_CONTACTS =100
58+ -D MAX_CONTACTS =300
5959 -D MAX_GROUP_CHANNELS =8
6060 -D OFFLINE_QUEUE_SIZE =256
6161; -D MESH_PACKET_LOGGING=1
@@ -73,7 +73,7 @@ build_flags =
7373 ${Heltec_ct62.build_flags}
7474; -D ARDUINO_USB_MODE=1
7575; -D ARDUINO_USB_CDC_ON_BOOT=1
76- -D MAX_CONTACTS =100
76+ -D MAX_CONTACTS =300
7777 -D MAX_GROUP_CHANNELS =8
7878 -D OFFLINE_QUEUE_SIZE =256
7979 -D BLE_PIN_CODE =123456
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ build_flags =
4343 -D ARDUINO_USB_CDC_ON_BOOT =1 ; need for Serial
4444 -D DISPLAY_ROTATION =1
4545 -D DISPLAY_CLASS =ST7735Display
46- -D MAX_CONTACTS =100
46+ -D MAX_CONTACTS =300
4747 -D MAX_GROUP_CHANNELS =8
4848 -D BLE_PIN_CODE =123456 ; HWT will use display for pin
4949 -D OFFLINE_QUEUE_SIZE =256
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ lib_deps =
7272extends = Heltec_lora32_v3
7373build_flags =
7474 ${Heltec_lora32_v3.build_flags}
75- -D MAX_CONTACTS =100
75+ -D MAX_CONTACTS =300
7676 -D MAX_GROUP_CHANNELS =1
7777; -D MESH_PACKET_LOGGING=1
7878; -D MESH_DEBUG=1
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extends = Heltec_Vision_Master_E213_base
3838build_flags =
3939 ${Heltec_Vision_Master_E213_base.build_flags}
4040 -I examples/companion_radio/ui-new
41- -D MAX_CONTACTS =100
41+ -D MAX_CONTACTS =300
4242 -D MAX_GROUP_CHANNELS =8
4343 -D DISPLAY_CLASS =E213Display
4444 -D BLE_PIN_CODE =123456 ; dynamic, random PIN
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ build_flags =
2222 -D PIN_BOARD_SCL =38
2323 -D Vision_Master_E290
2424build_src_filter = ${esp32_base.build_src_filter}
25- +<../variants/heltec_vision_master_e290>
25+ +<../variants/heltec_vision_master_e290>
2626lib_deps =
2727 ${esp32_base.lib_deps}
2828 https://github.com/Quency-D/heltec-eink-modules/archive/563dd41fd850a1bc3039b8723da4f3a20fe1c800.zip
@@ -32,7 +32,7 @@ extends = Heltec_Vision_Master_E290_base
3232build_flags =
3333 ${Heltec_Vision_Master_E290_base.build_flags}
3434 -I examples/companion_radio/ui-new
35- -D MAX_CONTACTS =100
35+ -D MAX_CONTACTS =300
3636 -D MAX_GROUP_CHANNELS =8
3737 -D DISPLAY_CLASS =E290Display
3838 -D BLE_PIN_CODE =123456 ; dynamic, random PIN
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ build_flags =
3131 -D ST7789
3232 -D DISPLAY_CLASS =ST7789Display
3333build_src_filter = ${esp32_base.build_src_filter}
34- +<../variants/heltec_vision_master_t190>
34+ +<../variants/heltec_vision_master_t190>
3535 +<helpers/*.cpp>
3636 +<helpers/ui/ST7789Display.cpp>
3737 +<helpers/ui/OLEDDisplay.cpp>
38- +<helpers/ui/OLEDDisplayFonts.cpp>
38+ +<helpers/ui/OLEDDisplayFonts.cpp>
3939lib_deps =
4040 ${esp32_base.lib_deps}
4141 adafruit/Adafruit GFX Library @ ^1.12.1
@@ -45,7 +45,7 @@ extends = Heltec_Vision_Master_T190_base
4545build_flags =
4646 ${Heltec_Vision_Master_T190_base.build_flags}
4747 -I examples/companion_radio/ui-new
48- -D MAX_CONTACTS =100
48+ -D MAX_CONTACTS =300
4949 -D MAX_GROUP_CHANNELS =8
5050 -D BLE_PIN_CODE =123456 ; dynamic, random PIN
5151 -D BLE_DEBUG_LOGGING =1
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ build_flags =
2828 -D ARDUINO_heltec_wifi_lora_32_V3
2929 -D WIRELESS_PAPER
3030build_src_filter = ${esp32_base.build_src_filter}
31- +<../variants/heltec_wireless_paper>
31+ +<../variants/heltec_wireless_paper>
3232lib_deps =
3333 ${esp32_base.lib_deps}
3434 https://github.com/todd-herbert/heltec-eink-modules/archive/9207eb6ab2b96f66298e0488740218c17b006af7.zip
@@ -38,7 +38,7 @@ extends = Heltec_Wireless_Paper_base
3838build_flags =
3939 ${Heltec_Wireless_Paper_base.build_flags}
4040 -I examples/companion_radio/ui-new
41- -D MAX_CONTACTS =100
41+ -D MAX_CONTACTS =300
4242 -D MAX_GROUP_CHANNELS =8
4343 -D DISPLAY_CLASS =E213Display
4444 -D BLE_PIN_CODE =123456 ; dynamic, random PIN
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ lib_deps =
5656extends = LilyGo_T3S3_sx1262
5757build_flags =
5858 ${LilyGo_T3S3_sx1262.build_flags}
59- -D MAX_CONTACTS =100
59+ -D MAX_CONTACTS =300
6060 -D MAX_GROUP_CHANNELS =1
6161; -D MESH_PACKET_LOGGING=1
6262; -D MESH_DEBUG=1
@@ -91,7 +91,7 @@ build_flags =
9191 ${LilyGo_T3S3_sx1262.build_flags}
9292 -I examples/companion_radio/ui-new
9393 -D DISPLAY_CLASS =SSD1306Display
94- -D MAX_CONTACTS =100
94+ -D MAX_CONTACTS =300
9595 -D MAX_GROUP_CHANNELS =8
9696; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
9797; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
@@ -110,7 +110,7 @@ build_flags =
110110 ${LilyGo_T3S3_sx1262.build_flags}
111111 -I examples/companion_radio/ui-new
112112 -D DISPLAY_CLASS =SSD1306Display
113- -D MAX_CONTACTS =100
113+ -D MAX_CONTACTS =300
114114 -D MAX_GROUP_CHANNELS =8
115115 -D BLE_PIN_CODE =123456
116116 -D BLE_DEBUG_LOGGING =1
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ lib_deps =
5454extends = LilyGo_T3S3_sx1276
5555build_flags =
5656 ${LilyGo_T3S3_sx1276.build_flags}
57- -D MAX_CONTACTS =100
57+ -D MAX_CONTACTS =300
5858 -D MAX_GROUP_CHANNELS =1
5959; -D MESH_PACKET_LOGGING=1
6060; -D MESH_DEBUG=1
@@ -90,7 +90,7 @@ build_flags =
9090 ${LilyGo_T3S3_sx1276.build_flags}
9191 -I examples/companion_radio/ui-new
9292 -D DISPLAY_CLASS =SSD1306Display
93- -D MAX_CONTACTS =100
93+ -D MAX_CONTACTS =300
9494 -D MAX_GROUP_CHANNELS =8
9595 -D MESH_PACKET_LOGGING =1
9696 -D MESH_DEBUG =1
@@ -109,7 +109,7 @@ build_flags =
109109 ${LilyGo_T3S3_sx1276.build_flags}
110110 -I examples/companion_radio/ui-new
111111 -D DISPLAY_CLASS =SSD1306Display
112- -D MAX_CONTACTS =100
112+ -D MAX_CONTACTS =300
113113 -D MAX_GROUP_CHANNELS =8
114114 -D BLE_PIN_CODE =123456
115115 -D BLE_DEBUG_LOGGING =1
You can’t perform that action at this time.
0 commit comments