From 4ece00b7e443f1fdaf0b1deea15821c4dd26be12 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 9 Aug 2026 09:38:32 -0700 Subject: [PATCH 1/2] Station G3 logging repeater variant actually logs Fixes the platformio.ini defition for the Station_G3_ESP32_logging_repeater so the MESH_PACKET_LOGGING parameter is not commented out. --- variants/station_g3_esp32/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/station_g3_esp32/platformio.ini b/variants/station_g3_esp32/platformio.ini index e4a66a18ee..96eca1fcf8 100644 --- a/variants/station_g3_esp32/platformio.ini +++ b/variants/station_g3_esp32/platformio.ini @@ -71,7 +71,7 @@ build_flags = -D ADVERT_LON=0.0 -D ADMIN_PASSWORD='"password"' -D MAX_NEIGHBOURS=50 -; -D MESH_PACKET_LOGGING=1 + -D MESH_PACKET_LOGGING=1 ; -D MESH_DEBUG=1 build_src_filter = ${Station_G3_ESP32.build_src_filter} +<../examples/simple_repeater> From dddfe50808e4ff1c0db40589640913af4bb987f1 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 9 Aug 2026 09:41:44 -0700 Subject: [PATCH 2/2] Also fixes the similar G2 variant --- variants/station_g2/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/station_g2/platformio.ini b/variants/station_g2/platformio.ini index bdb7ee0c35..455d75f610 100644 --- a/variants/station_g2/platformio.ini +++ b/variants/station_g2/platformio.ini @@ -110,7 +110,7 @@ build_flags = -D ADVERT_LON=0.0 -D ADMIN_PASSWORD='"password"' -D MAX_NEIGHBOURS=50 -; -D MESH_PACKET_LOGGING=1 + -D MESH_PACKET_LOGGING=1 -D SX126X_RX_BOOSTED_GAIN=1 ; https://wiki.uniteng.com/en/meshtastic/station-g2#impact-of-lora-node-dense-areashigh-noise-environments-on-rf-performance ; -D MESH_DEBUG=1