Skip to content

Commit 13a0202

Browse files
committed
Add BRIDGE_DEBUG flag
1 parent fb46e5c commit 13a0202

File tree

21 files changed

+50
-0
lines changed

21 files changed

+50
-0
lines changed

variants/generic-e22/platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ lib_deps =
6565
; -D WITH_RS232_BRIDGE=Serial2
6666
; -D WITH_RS232_BRIDGE_RX=5
6767
; -D WITH_RS232_BRIDGE_TX=6
68+
; -D BRIDGE_DEBUG=1
6869
; ; -D MESH_PACKET_LOGGING=1
6970
; ; -D MESH_DEBUG=1
7071
; lib_deps =
@@ -87,6 +88,7 @@ build_flags =
8788
-D ADMIN_PASSWORD='"password"'
8889
-D MAX_NEIGHBOURS=8
8990
-D WITH_ESPNOW_BRIDGE=1
91+
; -D BRIDGE_DEBUG=1
9092
; -D MESH_PACKET_LOGGING=1
9193
; -D MESH_DEBUG=1
9294
lib_deps =
@@ -131,6 +133,7 @@ lib_deps =
131133
; -D WITH_RS232_BRIDGE=Serial2
132134
; -D WITH_RS232_BRIDGE_RX=5
133135
; -D WITH_RS232_BRIDGE_TX=6
136+
; -D BRIDGE_DEBUG=1
134137
; ; -D MESH_PACKET_LOGGING=1
135138
; ; -D MESH_DEBUG=1
136139
; lib_deps =
@@ -153,6 +156,7 @@ build_flags =
153156
-D ADMIN_PASSWORD='"password"'
154157
-D MAX_NEIGHBOURS=8
155158
-D WITH_ESPNOW_BRIDGE=1
159+
; -D BRIDGE_DEBUG=1
156160
; -D MESH_PACKET_LOGGING=1
157161
; -D MESH_DEBUG=1
158162
lib_deps =

variants/heltec_ct62/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ lib_deps =
6161
; -D WITH_RS232_BRIDGE=Serial2
6262
; -D WITH_RS232_BRIDGE_RX=5
6363
; -D WITH_RS232_BRIDGE_TX=6
64+
; -D BRIDGE_DEBUG=1
6465
; ; -D MESH_PACKET_LOGGING=1
6566
; ; -D MESH_DEBUG=1
6667
; build_src_filter = ${Heltec_ct62.build_src_filter}
@@ -80,6 +81,7 @@ build_flags =
8081
-D ADMIN_PASSWORD='"password"'
8182
-D MAX_NEIGHBOURS=8
8283
-D WITH_ESPNOW_BRIDGE=1
84+
; -D BRIDGE_DEBUG=1
8385
; -D MESH_PACKET_LOGGING=1
8486
; -D MESH_DEBUG=1
8587
build_src_filter = ${Heltec_ct62.build_src_filter}

variants/heltec_e213/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ lib_deps =
106106
; -D WITH_RS232_BRIDGE=Serial2
107107
; -D WITH_RS232_BRIDGE_RX=5
108108
; -D WITH_RS232_BRIDGE_TX=6
109+
; -D BRIDGE_DEBUG=1
109110
; ; -D MESH_PACKET_LOGGING=1
110111
; ; -D MESH_DEBUG=1
111112
; build_src_filter = ${Heltec_E213_base.build_src_filter}
@@ -127,6 +128,7 @@ build_flags =
127128
-D ADMIN_PASSWORD='"password"'
128129
-D MAX_NEIGHBOURS=8
129130
-D WITH_ESPNOW_BRIDGE=1
131+
; -D BRIDGE_DEBUG=1
130132
; -D MESH_PACKET_LOGGING=1
131133
; -D MESH_DEBUG=1
132134
build_src_filter = ${Heltec_E213_base.build_src_filter}

variants/heltec_e290/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ lib_deps =
102102
; -D WITH_RS232_BRIDGE=Serial2
103103
; -D WITH_RS232_BRIDGE_RX=5
104104
; -D WITH_RS232_BRIDGE_TX=6
105+
; -D BRIDGE_DEBUG=1
105106
; ; -D MESH_PACKET_LOGGING=1
106107
; ; -D MESH_DEBUG=1
107108
; build_src_filter = ${Heltec_E290_base.build_src_filter}
@@ -123,6 +124,7 @@ build_flags =
123124
-D ADMIN_PASSWORD='"password"'
124125
-D MAX_NEIGHBOURS=8
125126
-D WITH_ESPNOW_BRIDGE=1
127+
; -D BRIDGE_DEBUG=1
126128
; -D MESH_PACKET_LOGGING=1
127129
; -D MESH_DEBUG=1
128130
build_src_filter = ${Heltec_E290_base.build_src_filter}

variants/heltec_t190/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ lib_deps =
106106
; -D WITH_RS232_BRIDGE=Serial2
107107
; -D WITH_RS232_BRIDGE_RX=5
108108
; -D WITH_RS232_BRIDGE_TX=6
109+
; -D BRIDGE_DEBUG=1
109110
; ; -D MESH_PACKET_LOGGING=1
110111
; ; -D MESH_DEBUG=1
111112
; build_src_filter = ${Heltec_T190_base.build_src_filter}
@@ -125,6 +126,7 @@ build_flags =
125126
-D ADMIN_PASSWORD='"password"'
126127
-D MAX_NEIGHBOURS=8
127128
-D WITH_ESPNOW_BRIDGE=1
129+
; -D BRIDGE_DEBUG=1
128130
; -D MESH_PACKET_LOGGING=1
129131
; -D MESH_DEBUG=1
130132
build_src_filter = ${Heltec_T190_base.build_src_filter}

variants/heltec_tracker/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ lib_deps =
9494
; -D WITH_RS232_BRIDGE=Serial2
9595
; -D WITH_RS232_BRIDGE_RX=5
9696
; -D WITH_RS232_BRIDGE_TX=6
97+
; -D BRIDGE_DEBUG=1
9798
; ; -D MESH_PACKET_LOGGING=1
9899
; ; -D MESH_DEBUG=1
99100
; build_src_filter = ${Heltec_tracker_base.build_src_filter}
@@ -116,6 +117,7 @@ build_flags =
116117
-D ADMIN_PASSWORD='"password"'
117118
-D MAX_NEIGHBOURS=8
118119
-D WITH_ESPNOW_BRIDGE=1
120+
; -D BRIDGE_DEBUG=1
119121
; -D MESH_PACKET_LOGGING=1
120122
; -D MESH_DEBUG=1
121123
build_src_filter = ${Heltec_tracker_base.build_src_filter}

variants/heltec_v2/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ lib_deps =
5353
; -D WITH_RS232_BRIDGE=Serial2
5454
; -D WITH_RS232_BRIDGE_RX=5
5555
; -D WITH_RS232_BRIDGE_TX=6
56+
; -D BRIDGE_DEBUG=1
5657
; ; -D MESH_PACKET_LOGGING=1
5758
; ; -D MESH_DEBUG=1
5859
; build_src_filter = ${Heltec_lora32_v2.build_src_filter}
@@ -75,6 +76,7 @@ build_flags =
7576
-D ADMIN_PASSWORD='"password"'
7677
-D MAX_NEIGHBOURS=8
7778
-D WITH_ESPNOW_BRIDGE=1
79+
; -D BRIDGE_DEBUG=1
7880
; -D MESH_PACKET_LOGGING=1
7981
; -D MESH_DEBUG=1
8082
build_src_filter = ${Heltec_lora32_v2.build_src_filter}

variants/heltec_v3/platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ build_flags =
6262
-D WITH_RS232_BRIDGE=Serial2
6363
-D WITH_RS232_BRIDGE_RX=5
6464
-D WITH_RS232_BRIDGE_TX=6
65+
; -D BRIDGE_DEBUG=1
6566
; -D MESH_PACKET_LOGGING=1
6667
; -D MESH_DEBUG=1
6768
build_src_filter = ${Heltec_lora32_v3.build_src_filter}
@@ -83,6 +84,7 @@ build_flags =
8384
-D ADMIN_PASSWORD='"password"'
8485
-D MAX_NEIGHBOURS=8
8586
-D WITH_ESPNOW_BRIDGE=1
87+
; -D BRIDGE_DEBUG=1
8688
; -D MESH_PACKET_LOGGING=1
8789
; -D MESH_DEBUG=1
8890
build_src_filter = ${Heltec_lora32_v3.build_src_filter}
@@ -242,6 +244,7 @@ build_flags =
242244
-D WITH_RS232_BRIDGE=Serial2
243245
-D WITH_RS232_BRIDGE_RX=5
244246
-D WITH_RS232_BRIDGE_TX=6
247+
; -D BRIDGE_DEBUG=1
245248
; -D MESH_PACKET_LOGGING=1
246249
; -D MESH_DEBUG=1
247250
build_src_filter = ${Heltec_lora32_v3.build_src_filter}
@@ -262,6 +265,7 @@ build_flags =
262265
-D ADMIN_PASSWORD='"password"'
263266
-D MAX_NEIGHBOURS=8
264267
-D WITH_ESPNOW_BRIDGE=1
268+
; -D BRIDGE_DEBUG=1
265269
; -D MESH_PACKET_LOGGING=1
266270
; -D MESH_DEBUG=1
267271
build_src_filter = ${Heltec_lora32_v3.build_src_filter}

variants/heltec_v4/platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ build_flags =
7777
-D ADMIN_PASSWORD='"password"'
7878
-D MAX_NEIGHBOURS=8
7979
-D WITH_ESPNOW_BRIDGE=1
80+
; -D BRIDGE_DEBUG=1
8081
; -D MESH_PACKET_LOGGING=1
8182
; -D MESH_DEBUG=1
8283
build_src_filter = ${Heltec_lora32_v4.build_src_filter}

variants/heltec_wireless_paper/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ lib_deps =
8181
; -D WITH_RS232_BRIDGE=Serial2
8282
; -D WITH_RS232_BRIDGE_RX=5
8383
; -D WITH_RS232_BRIDGE_TX=6
84+
; -D BRIDGE_DEBUG=1
8485
; ; -D MESH_PACKET_LOGGING=1
8586
; ; -D MESH_DEBUG=1
8687
; build_src_filter = ${Heltec_Wireless_Paper_base.build_src_filter}
@@ -102,6 +103,7 @@ build_flags =
102103
-D ADMIN_PASSWORD='"password"'
103104
-D MAX_NEIGHBOURS=8
104105
-D WITH_ESPNOW_BRIDGE=1
106+
; -D BRIDGE_DEBUG=1
105107
; -D MESH_PACKET_LOGGING=1
106108
; -D MESH_DEBUG=1
107109
build_src_filter = ${Heltec_Wireless_Paper_base.build_src_filter}

0 commit comments

Comments
 (0)