no commented code!

pull/90/head
Christoph Kottke 2021-05-25 21:33:55 +02:00
rodzic cc0e014d2e
commit ee2f14bac1
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -85,9 +85,7 @@ bool RouterTask::loop(System &system) {
_toAprsIs.addElement(_beaconMsg);
if (system.getUserConfig()->digi.beacon) {
std::shared_ptr<APRSMessage> digiBeaconMsg = std::make_shared<APRSMessage>(*_beaconMsg);
//digiBeaconMsg->setPath("WIDE1-1");
_toModem.addElement(digiBeaconMsg);
_toModem.addElement(_beaconMsg);
}
system.getDisplay().addFrame(std::shared_ptr<DisplayFrame>(new TextFrame("BEACON", _beaconMsg->toString())));