|
|
|
@ -92,8 +92,8 @@ build_flags = |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=50 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
-D MESH_PACKET_LOGGING=1 |
|
|
|
-D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${heltec_v4_oled.build_src_filter} |
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
|
+<../examples/simple_repeater> |
|
|
|
@ -135,9 +135,9 @@ build_flags = |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=50 |
|
|
|
-D WITH_ESPNOW_BRIDGE=1 |
|
|
|
; -D BRIDGE_DEBUG=1 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
-D BRIDGE_DEBUG=1 |
|
|
|
-D MESH_PACKET_LOGGING=1 |
|
|
|
-D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${heltec_v4_oled.build_src_filter} |
|
|
|
+<helpers/bridges/ESPNowBridge.cpp> |
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
|
@ -156,8 +156,8 @@ build_flags = |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D ROOM_PASSWORD='"hello"' |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
-D MESH_PACKET_LOGGING=1 |
|
|
|
-D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${heltec_v4_oled.build_src_filter} |
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
|
+<../examples/simple_room_server> |
|
|
|
@ -171,8 +171,8 @@ build_flags = |
|
|
|
${heltec_v4_oled.build_flags} |
|
|
|
-D MAX_CONTACTS=350 |
|
|
|
-D MAX_GROUP_CHANNELS=1 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
-D MESH_PACKET_LOGGING=1 |
|
|
|
-D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${heltec_v4_oled.build_src_filter} |
|
|
|
+<../examples/simple_secure_chat/main.cpp> |
|
|
|
lib_deps = |
|
|
|
@ -234,8 +234,8 @@ build_flags = |
|
|
|
-D WIFI_DEBUG_LOGGING=1 |
|
|
|
-D WIFI_SSID='"myssid"' |
|
|
|
-D WIFI_PWD='"mypwd"' |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
-D MESH_PACKET_LOGGING=1 |
|
|
|
-D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${heltec_v4_oled.build_src_filter} |
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
@ -320,8 +320,8 @@ build_flags = |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D ROOM_PASSWORD='"hello"' |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
-D MESH_PACKET_LOGGING=1 |
|
|
|
-D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${heltec_v4_tft.build_src_filter} |
|
|
|
+<helpers/ui/ST7789LCDDisplay.cpp> |
|
|
|
+<../examples/simple_room_server> |
|
|
|
|