Commit 332f24930f8e0c71ff38e459e974266991af4dbe

Authored by Adhidarma Hadiwinoto
1 parent dee2ba97ab
Exists in master

MODEM-TESTER: queryCOPS

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -72,6 +72,8 @@ port = new SerialPort(config.modem.device, { baudRate: 115200 }, async (err) =>
72 72 }
73 73 }
74 74  
  75 + await modemCommands.queryCOPS();
  76 +
75 77 setInterval(() => {
76 78 modemCommands.querySignalQuality();
77 79 }, 30000);