remove WIDE1-1 from digi beacon path

This commit is contained in:
Christoph Kottke 2021-05-25 20:21:08 +02:00
parent 0880428184
commit cc0e014d2e

View file

@ -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);
}