Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions variants/ebyte_eora_s3/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Ebyte_EoRa-S3]
[Ebyte_EoRa-S3]
extends = esp32_base
board = ebyte_eora-s3
build_flags =
Expand Down Expand Up @@ -121,7 +121,7 @@ build_flags =
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
Expand Down
4 changes: 2 additions & 2 deletions variants/heltec_e213/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Heltec_E213_base]
[Heltec_E213_base]
extends = esp32_base
board = heltec_e213
build_flags =
Expand Down Expand Up @@ -49,7 +49,7 @@ build_flags =
-D MAX_GROUP_CHANNELS=8
-D DISPLAY_CLASS=E213Display
-D BLE_PIN_CODE=123456 ; dynamic, random PIN
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
build_src_filter = ${Heltec_E213_base.build_src_filter}
+<helpers/ui/E213Display.cpp>
Expand Down
6 changes: 3 additions & 3 deletions variants/heltec_e290/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Heltec_E290_base]
[Heltec_E290_base]
extends = esp32_base
board = heltec_e290
build_flags =
Expand Down Expand Up @@ -43,7 +43,7 @@ build_flags =
-D MAX_GROUP_CHANNELS=8
-D DISPLAY_CLASS=E290Display
-D BLE_PIN_CODE=123456 ; dynamic, random PIN
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
build_src_filter = ${Heltec_E290_base.build_src_filter}
+<helpers/ui/E290Display.cpp>
Expand All @@ -63,7 +63,7 @@ build_flags =
-D MAX_GROUP_CHANNELS=8
-D DISPLAY_CLASS=E290Display
-D BLE_PIN_CODE=123456 ; dynamic, random PIN
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
build_src_filter = ${Heltec_E290_base.build_src_filter}
+<helpers/ui/E290Display.cpp>
Expand Down
4 changes: 2 additions & 2 deletions variants/heltec_t190/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Heltec_T190_base]
[Heltec_T190_base]
extends = esp32_base
board = heltec_t190
build_flags =
Expand Down Expand Up @@ -55,7 +55,7 @@ build_flags =
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456 ; dynamic, random PIN
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
build_src_filter = ${Heltec_T190_base.build_src_filter}
+<helpers/esp32/*.cpp>
Expand Down
6 changes: 3 additions & 3 deletions variants/heltec_tracker_v2/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Heltec_tracker_v2]
[Heltec_tracker_v2]
extends = esp32_base
board = heltec_tracker_v2
build_flags =
Expand Down Expand Up @@ -159,7 +159,7 @@ build_flags =
-D DISPLAY_CLASS=ST7735Display
-D BLE_PIN_CODE=123456 ; dynamic, random PIN
-D AUTO_SHUTDOWN_MILLIVOLTS=3400
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
; -D BLE_DEBUG_LOGGING=1
; -D MESH_PACKET_LOGGING=1
Expand All @@ -182,7 +182,7 @@ build_flags =
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D DISPLAY_CLASS=ST7735Display
-D WIFI_DEBUG_LOGGING=1
; -D WIFI_DEBUG_LOGGING=1
-D WIFI_SSID='"myssid"'
-D WIFI_PWD='"mypwd"'
; -D MESH_PACKET_LOGGING=1
Expand Down
6 changes: 3 additions & 3 deletions variants/heltec_v2/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Heltec_lora32_v2]
[Heltec_lora32_v2]
extends = esp32_base
board = heltec_wifi_lora_32_V2 ; heltec_wifi_lora_32_V2
build_flags =
Expand Down Expand Up @@ -158,7 +158,7 @@ build_flags =
-D MAX_CONTACTS=160
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
Expand All @@ -180,7 +180,7 @@ build_flags =
-D DISPLAY_CLASS=SSD1306Display
-D MAX_CONTACTS=160
-D MAX_GROUP_CHANNELS=8
-D WIFI_DEBUG_LOGGING=1
; -D WIFI_DEBUG_LOGGING=1
-D WIFI_SSID='"myssid"'
-D WIFI_PWD='"mypwd"'
; -D MESH_PACKET_LOGGING=1
Expand Down
10 changes: 5 additions & 5 deletions variants/heltec_v3/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Heltec_lora32_v3]
[Heltec_lora32_v3]
extends = esp32_base
board = esp32-s3-devkitc-1
build_flags =
Expand Down Expand Up @@ -164,7 +164,7 @@ build_flags =
-D DISPLAY_CLASS=SSD1306Display
-D BLE_PIN_CODE=123456 ; dynamic, random PIN
-D AUTO_SHUTDOWN_MILLIVOLTS=3400
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
Expand All @@ -186,7 +186,7 @@ build_flags =
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D DISPLAY_CLASS=SSD1306Display
-D WIFI_DEBUG_LOGGING=1
; -D WIFI_DEBUG_LOGGING=1
-D WIFI_SSID='"myssid"'
-D WIFI_PWD='"mypwd"'
; -D MESH_PACKET_LOGGING=1
Expand Down Expand Up @@ -307,7 +307,7 @@ build_flags =
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
Expand Down Expand Up @@ -338,7 +338,7 @@ build_flags =
${Heltec_lora32_v3.build_flags}
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D WIFI_DEBUG_LOGGING=1
; -D WIFI_DEBUG_LOGGING=1
-D WIFI_SSID='"myssid"'
-D WIFI_PWD='"mypwd"'
; -D MESH_PACKET_LOGGING=1
Expand Down
6 changes: 3 additions & 3 deletions variants/heltec_v4/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Heltec_lora32_v4]
[Heltec_lora32_v4]
extends = esp32_base
board = heltec_v4
build_flags =
Expand Down Expand Up @@ -151,7 +151,7 @@ build_flags =
-D DISPLAY_CLASS=SSD1306Display
-D BLE_PIN_CODE=123456 ; dynamic, random PIN
-D AUTO_SHUTDOWN_MILLIVOLTS=3400
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
Expand All @@ -173,7 +173,7 @@ build_flags =
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D DISPLAY_CLASS=SSD1306Display
-D WIFI_DEBUG_LOGGING=1
; -D WIFI_DEBUG_LOGGING=1
-D WIFI_SSID='"myssid"'
-D WIFI_PWD='"mypwd"'
; -D MESH_PACKET_LOGGING=1
Expand Down
6 changes: 3 additions & 3 deletions variants/heltec_wireless_paper/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Heltec_Wireless_Paper_base]
[Heltec_Wireless_Paper_base]
extends = esp32_base
board = esp32-s3-devkitc-1
build_flags =
Expand Down Expand Up @@ -42,7 +42,7 @@ build_flags =
-D MAX_GROUP_CHANNELS=8
-D DISPLAY_CLASS=E213Display
-D BLE_PIN_CODE=123456 ; dynamic, random PIN
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
build_src_filter = ${Heltec_Wireless_Paper_base.build_src_filter}
+<helpers/ui/E213Display.cpp>
Expand Down Expand Up @@ -131,4 +131,4 @@ build_src_filter = ${Heltec_Wireless_Paper_base.build_src_filter}
+<../examples/simple_room_server>
lib_deps =
${Heltec_Wireless_Paper_base.lib_deps}
${esp32_ota.lib_deps}
${esp32_ota.lib_deps}
4 changes: 2 additions & 2 deletions variants/lilygo_t3s3/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[LilyGo_T3S3_sx1262]
[LilyGo_T3S3_sx1262]
extends = esp32_base
board = t3_s3_v1_x
build_flags =
Expand Down Expand Up @@ -159,7 +159,7 @@ build_flags =
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
Expand Down
10 changes: 5 additions & 5 deletions variants/lilygo_t3s3_sx1276/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[LilyGo_T3S3_sx1276]
[LilyGo_T3S3_sx1276]
extends = esp32_base
board = t3_s3_v1_x
build_flags =
Expand Down Expand Up @@ -138,8 +138,8 @@ build_flags =
-D DISPLAY_CLASS=SSD1306Display
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D MESH_PACKET_LOGGING=1
-D MESH_DEBUG=1
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${LilyGo_T3S3_sx1276.build_src_filter}
+<helpers/ui/SSD1306Display.cpp>
+<helpers/ui/MomentaryButton.cpp>
Expand All @@ -158,7 +158,7 @@ build_flags =
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
Expand All @@ -170,4 +170,4 @@ build_src_filter = ${LilyGo_T3S3_sx1276.build_src_filter}
+<../examples/companion_radio/ui-new/*.cpp>
lib_deps =
${LilyGo_T3S3_sx1276.lib_deps}
densaugeo/base64 @ ~1.4.0
densaugeo/base64 @ ~1.4.0
6 changes: 3 additions & 3 deletions variants/lilygo_tdeck/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[LilyGo_TDeck]
[LilyGo_TDeck]
extends = esp32_base
board = t-deck
build_flags =
Expand All @@ -7,7 +7,7 @@ build_flags =
-I variants/lilygo_tdeck
-D LILYGO_TDECK
-D BOARD_HAS_PSRAM=1
-D CORE_DEBUG_LEVEL=1
; -D CORE_DEBUG_LEVEL=1
-D ARDUINO_USB_CDC_ON_BOOT=1
-D PIN_USER_BTN=0 ; Trackball button
-D PIN_PERF_POWERON=10 ; Peripheral power pin
Expand Down Expand Up @@ -93,4 +93,4 @@ build_src_filter = ${LilyGo_TDeck.build_src_filter}
+<helpers/ui/ST7789LCDDisplay.cpp>
lib_deps =
${LilyGo_TDeck.lib_deps}
${esp32_ota.lib_deps}
${esp32_ota.lib_deps}
4 changes: 2 additions & 2 deletions variants/lilygo_tlora_c6/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tlora_c6]
[tlora_c6]
extends = esp32c6_base
board = esp32-c6-devkitm-1
board_build.partitions = min_spiffs.csv ; get around 4mb flash limit
Expand Down Expand Up @@ -70,7 +70,7 @@ build_flags = ${tlora_c6.build_flags}
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
-D ENABLE_PRIVATE_KEY_IMPORT=1
-D ENABLE_PRIVATE_KEY_EXPORT=1
Expand Down
6 changes: 3 additions & 3 deletions variants/lilygo_tlora_v2_1/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[LilyGo_TLora_V2_1_1_6]
[LilyGo_TLora_V2_1_1_6]
extends = esp32_base
board = ttgo-lora32-v1 ; LILYGO T-LoRa V2.1-1.6 ESP32 with SX1276
build_unflags = -Os
Expand Down Expand Up @@ -135,7 +135,7 @@ build_flags =
-D MAX_GROUP_CHANNELS=8
-D WIFI_SSID='"ssid"'
-D WIFI_PWD='"password"'
-D WIFI_DEBUG_LOGGING=1
; -D WIFI_DEBUG_LOGGING=1
build_src_filter = ${LilyGo_TLora_V2_1_1_6.build_src_filter}
+<helpers/esp32/*.cpp>
+<helpers/ui/MomentaryButton.cpp>
Expand Down Expand Up @@ -190,4 +190,4 @@ build_flags =
; -D CORE_DEBUG_LEVEL=3
lib_deps =
${LilyGo_TLora_V2_1_1_6.lib_deps}
${esp32_ota.lib_deps}
${esp32_ota.lib_deps}
16 changes: 8 additions & 8 deletions variants/meshadventurer/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Meshadventurer]
[Meshadventurer]
extends = esp32_base
board = esp32doit-devkit-v1
board_build.partitions = min_spiffs.csv ; get around 4mb flash limit
Expand Down Expand Up @@ -214,10 +214,10 @@ build_flags =
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
-D MESH_PACKET_LOGGING=1
-D MESH_DEBUG=1
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
lib_deps =
${Meshadventurer.lib_deps}
densaugeo/base64 @ ~1.4.0
Expand Down Expand Up @@ -299,10 +299,10 @@ build_flags =
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
-D MESH_PACKET_LOGGING=1
-D MESH_DEBUG=1
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
lib_deps =
${Meshadventurer.lib_deps}
densaugeo/base64 @ ~1.4.0
Expand Down Expand Up @@ -344,4 +344,4 @@ build_src_filter = ${Meshadventurer.build_src_filter}
+<helpers/ui/SSD1306Display.cpp>
lib_deps =
${Meshadventurer.lib_deps}
${esp32_ota.lib_deps}
${esp32_ota.lib_deps}
Loading