mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 09:42:35 +00:00
ok - new router seems to approximately work
This commit is contained in:
parent
f108c576a7
commit
6afeb3e456
1
bin/run-1-monitor.sh
Executable file
1
bin/run-1-monitor.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
pio run --upload-port /dev/ttyUSB1 -t upload -t monitor
|
@ -334,6 +334,7 @@ void loop()
|
|||||||
|
|
||||||
powerFSM.run_machine();
|
powerFSM.run_machine();
|
||||||
gps.loop();
|
gps.loop();
|
||||||
|
router.loop();
|
||||||
service.loop();
|
service.loop();
|
||||||
|
|
||||||
if (radio)
|
if (radio)
|
||||||
|
Loading…
Reference in New Issue
Block a user