@@ -36,11 +36,10 @@ lib_deps =
3636 ${esp32_base.lib_deps}
3737 ${sensor_base.lib_deps}
3838
39- [env:RAK3112_repeater ]
39+ [env:RAK_3112_repeater ]
4040extends = rak3112
4141build_flags =
4242 ${rak3112.build_flags}
43- -D DISPLAY_CLASS =SSD1306Display
4443 -D ADVERT_NAME =' "RAK3112 Repeater"'
4544 -D ADVERT_LAT =0.0
4645 -D ADVERT_LON =0.0
@@ -49,18 +48,16 @@ build_flags =
4948; -D MESH_PACKET_LOGGING=1
5049; -D MESH_DEBUG=1
5150build_src_filter = ${rak3112.build_src_filter}
52- +<helpers/ui/SSD1306Display.cpp>
5351 +<../examples/simple_repeater>
5452lib_deps =
5553 ${rak3112.lib_deps}
5654 ${esp32_ota.lib_deps}
5755 bakercp/CRC32 @ ^2.0.0
5856
59- [env:RAK3112_repeater_bridge_rs232 ]
57+ [env:RAK_3112_repeater_bridge_rs232 ]
6058extends = rak3112
6159build_flags =
6260 ${rak3112.build_flags}
63- -D DISPLAY_CLASS =SSD1306Display
6461 -D ADVERT_NAME =' "RS232 Bridge"'
6562 -D ADVERT_LAT =0.0
6663 -D ADVERT_LON =0.0
@@ -74,17 +71,15 @@ build_flags =
7471; -D MESH_DEBUG=1
7572build_src_filter = ${rak3112.build_src_filter}
7673 +<helpers/bridges/RS232Bridge.cpp>
77- +<helpers/ui/SSD1306Display.cpp>
7874 +<../examples/simple_repeater>
7975lib_deps =
8076 ${rak3112.lib_deps}
8177 ${esp32_ota.lib_deps}
8278
83- [env:RAK3112_repeater_bridge_espnow ]
79+ [env:RAK_3112_repeater_bridge_espnow ]
8480extends = rak3112
8581build_flags =
8682 ${rak3112.build_flags}
87- -D DISPLAY_CLASS =SSD1306Display
8883 -D ADVERT_NAME =' "ESPNow Bridge"'
8984 -D ADVERT_LAT =0.0
9085 -D ADVERT_LON =0.0
@@ -96,17 +91,15 @@ build_flags =
9691; -D MESH_DEBUG=1
9792build_src_filter = ${rak3112.build_src_filter}
9893 +<helpers/bridges/ESPNowBridge.cpp>
99- +<helpers/ui/SSD1306Display.cpp>
10094 +<../examples/simple_repeater>
10195lib_deps =
10296 ${rak3112.lib_deps}
10397 ${esp32_ota.lib_deps}
10498
105- [env:RAK3112_room_server ]
99+ [env:RAK_3112_room_server ]
106100extends = rak3112
107101build_flags =
108102 ${rak3112.build_flags}
109- -D DISPLAY_CLASS =SSD1306Display
110103 -D ADVERT_NAME =' "RAK3112 Room"'
111104 -D ADVERT_LAT =0.0
112105 -D ADVERT_LON =0.0
@@ -115,13 +108,12 @@ build_flags =
115108; -D MESH_PACKET_LOGGING=1
116109; -D MESH_DEBUG=1
117110build_src_filter = ${rak3112.build_src_filter}
118- +<helpers/ui/SSD1306Display.cpp>
119111 +<../examples/simple_room_server>
120112lib_deps =
121113 ${rak3112.lib_deps}
122114 ${esp32_ota.lib_deps}
123115
124- [env:RAK3112_terminal_chat ]
116+ [env:RAK_3112_terminal_chat ]
125117extends = rak3112
126118build_flags =
127119 ${rak3112.build_flags}
@@ -135,74 +127,65 @@ lib_deps =
135127 ${rak3112.lib_deps}
136128 densaugeo/base64 @ ~1.4.0
137129
138- [env:RAK3112_companion_radio_usb ]
130+ [env:RAK_3112_companion_radio_usb ]
139131extends = rak3112
140132build_flags =
141133 ${rak3112.build_flags}
142134 -I examples/companion_radio/ui-new
143135 -D MAX_CONTACTS =350
144136 -D MAX_GROUP_CHANNELS =40
145- -D DISPLAY_CLASS =SSD1306Display
146137; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
147138; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
148139build_src_filter = ${rak3112.build_src_filter}
149- +<helpers/ui/SSD1306Display.cpp>
150- +<helpers/ui/MomentaryButton.cpp>
151140 +<../examples/companion_radio/*.cpp>
152141 +<../examples/companion_radio/ui-new/*.cpp>
153142lib_deps =
154143 ${rak3112.lib_deps}
155144 densaugeo/base64 @ ~1.4.0
156145
157- [env:RAK3112_companion_radio_ble ]
146+ [env:RAK_3112_companion_radio_ble ]
158147extends = rak3112
159148build_flags =
160149 ${rak3112.build_flags}
161150 -I examples/companion_radio/ui-new
162151 -D MAX_CONTACTS =350
163152 -D MAX_GROUP_CHANNELS =40
164- -D DISPLAY_CLASS =SSD1306Display
165153 -D BLE_PIN_CODE =123456 ; dynamic, random PIN
166154 -D AUTO_SHUTDOWN_MILLIVOLTS =3400
167155 -D BLE_DEBUG_LOGGING =1
168156 -D OFFLINE_QUEUE_SIZE =256
169157; -D MESH_PACKET_LOGGING=1
170158; -D MESH_DEBUG=1
171159build_src_filter = ${rak3112.build_src_filter}
172- +<helpers/ui/SSD1306Display.cpp>
173- +<helpers/ui/MomentaryButton.cpp>
174160 +<helpers/esp32/*.cpp>
175161 +<../examples/companion_radio/*.cpp>
176162 +<../examples/companion_radio/ui-new/*.cpp>
177163lib_deps =
178164 ${rak3112.lib_deps}
179165 densaugeo/base64 @ ~1.4.0
180166
181- [env:RAK3112_companion_radio_wifi ]
167+ [env:RAK_3112_companion_radio_wifi ]
182168extends = rak3112
183169build_flags =
184170 ${rak3112.build_flags}
185171 -I examples/companion_radio/ui-new
186172 -D MAX_CONTACTS =350
187173 -D MAX_GROUP_CHANNELS =40
188- -D DISPLAY_CLASS =SSD1306Display
189174 -D WIFI_DEBUG_LOGGING =1
190175 -D WIFI_SSID =' "myssid"'
191176 -D WIFI_PWD =' "mypwd"'
192177 -D OFFLINE_QUEUE_SIZE =256
193178; -D MESH_PACKET_LOGGING=1
194179; -D MESH_DEBUG=1
195180build_src_filter = ${rak3112.build_src_filter}
196- +<helpers/ui/SSD1306Display.cpp>
197- +<helpers/ui/MomentaryButton.cpp>
198181 +<helpers/esp32/*.cpp>
199182 +<../examples/companion_radio/*.cpp>
200183 +<../examples/companion_radio/ui-new/*.cpp>
201184lib_deps =
202185 ${rak3112.lib_deps}
203186 densaugeo/base64 @ ~1.4.0
204187
205- [env:RAK3112_sensor ]
188+ [env:RAK_3112_sensor ]
206189extends = rak3112
207190build_flags =
208191 ${rak3112.build_flags}
@@ -212,11 +195,9 @@ build_flags =
212195 -D ADMIN_PASSWORD =' "password"'
213196 -D ENV_PIN_SDA =33
214197 -D ENV_PIN_SCL =34
215- -D DISPLAY_CLASS =SSD1306Display
216198; -D MESH_PACKET_LOGGING=1
217199; -D MESH_DEBUG=1
218200build_src_filter = ${rak3112.build_src_filter}
219- +<helpers/ui/SSD1306Display.cpp>
220201 +<../examples/simple_sensor>
221202lib_deps =
222203 ${rak3112.lib_deps}
0 commit comments