|
|
@@ -102,6 +102,28 @@ lib_deps =
|
|
|
${esp32_ota.lib_deps}
|
|
|
bakercp/CRC32 @ ^2.0.0
|
|
|
|
|
|
+[env:heltec_v4_expansionkit_repeater]
|
|
|
+extends = heltec_v4_oled
|
|
|
+build_flags =
|
|
|
+ ${heltec_v4_oled.build_flags}
|
|
|
+ -D DISPLAY_CLASS=SSD1306Display
|
|
|
+ -D ADVERT_NAME='"Heltec Repeater"'
|
|
|
+ -D ADVERT_LAT=0.0
|
|
|
+ -D ADVERT_LON=0.0
|
|
|
+ -D ADMIN_PASSWORD='"password"'
|
|
|
+ -D MAX_NEIGHBOURS=50
|
|
|
+; -D MESH_PACKET_LOGGING=1
|
|
|
+; -D MESH_DEBUG=1
|
|
|
+ -D ENV_PIN_SDA=4
|
|
|
+ -D ENV_PIN_SCL=3
|
|
|
+build_src_filter = ${heltec_v4_oled.build_src_filter}
|
|
|
+ +<helpers/ui/SSD1306Display.cpp>
|
|
|
+ +<../examples/simple_repeater>
|
|
|
+lib_deps =
|
|
|
+ ${heltec_v4_oled.lib_deps}
|
|
|
+ ${esp32_ota.lib_deps}
|
|
|
+ bakercp/CRC32 @ ^2.0.0
|
|
|
+
|
|
|
[env:heltec_v4_repeater_bridge_espnow]
|
|
|
extends = heltec_v4_oled
|
|
|
build_flags =
|