From 69123ca056de2ef3343f9b4194dd44825f5c0561 Mon Sep 17 00:00:00 2001 From: whywilson Date: Tue, 17 Mar 2026 19:45:56 +0800 Subject: [PATCH] Update GAT562_Mesh_EVB_Pro Config and remove LoRa Specification and change Repeater name. --- variants/gat562_mesh_evb_pro/platformio.ini | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/variants/gat562_mesh_evb_pro/platformio.ini b/variants/gat562_mesh_evb_pro/platformio.ini index b6adf385..e7d9ac26 100644 --- a/variants/gat562_mesh_evb_pro/platformio.ini +++ b/variants/gat562_mesh_evb_pro/platformio.ini @@ -6,10 +6,6 @@ build_flags = ${nrf52_base.build_flags} ${sensor_base.build_flags} -I variants/gat562_mesh_evb_pro -D NRF52_POWER_MANAGEMENT - -D LORA_FREQ=475 - -D LORA_BW=125 - -D LORA_SF=10 - -D LORA_CR=6 -D PIN_BOARD_SCL=14 -D PIN_BOARD_SDA=13 -D USB_MANUFACTURER='"GAT562"' @@ -32,13 +28,13 @@ lib_deps = extends = GAT562_Mesh_EVB_Pro build_flags = ${GAT562_Mesh_EVB_Pro.build_flags} - -D ADVERT_NAME='"GAT562 EVB Pro"' + -D ADVERT_NAME='"GAT562 EVB Pro 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 MESH_PACKET_LOGGING=1 +; -D MESH_DEBUG=1 build_src_filter = ${GAT562_Mesh_EVB_Pro.build_src_filter} +<../examples/simple_repeater> @@ -47,12 +43,12 @@ build_src_filter = ${GAT562_Mesh_EVB_Pro.build_src_filter} extends = GAT562_Mesh_EVB_Pro build_flags = ${GAT562_Mesh_EVB_Pro.build_flags} - -D ADVERT_NAME='"GAT562 EVB Pro Room"' + -D ADVERT_NAME='"GAT562 EVB Pro Room Server"' -D ADVERT_LAT=0.0 -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 = ${GAT562_Mesh_EVB_Pro.build_src_filter} +<../examples/simple_room_server>