mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
remove WIDE1-1 from digi beacon path
This commit is contained in:
parent
0880428184
commit
cc0e014d2e
|
|
@ -86,7 +86,7 @@ bool RouterTask::loop(System &system) {
|
|||
|
||||
if (system.getUserConfig()->digi.beacon) {
|
||||
std::shared_ptr<APRSMessage> digiBeaconMsg = std::make_shared<APRSMessage>(*_beaconMsg);
|
||||
digiBeaconMsg->setPath("WIDE1-1");
|
||||
//digiBeaconMsg->setPath("WIDE1-1");
|
||||
_toModem.addElement(digiBeaconMsg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue