mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-02 14:49:56 +01:00
fix
This commit is contained in:
parent
2c32633755
commit
f745e5f710
|
|
@ -29,7 +29,7 @@ bool RouterTask::setup(std::shared_ptr<System> system) {
|
|||
bool RouterTask::loop(std::shared_ptr<System> system) {
|
||||
// do routing
|
||||
if (!_fromModem.empty()) {
|
||||
_toAprsIs.addElement(_fromModem->getElement());
|
||||
_toAprsIs.addElement(_fromModem.getElement());
|
||||
}
|
||||
|
||||
// check for beacon
|
||||
|
|
|
|||
Loading…
Reference in a new issue