Commit 0440fda97c4ff031d13a2962d0a6fb0c8121e04c

Authored by Adhidarma Hadiwinoto
1 parent 4a6dfad17c
Exists in master

Include config on modemInfo

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

... ... @@ -19,6 +19,7 @@ const modemInfo = {
19 19 model: null,
20 20 imsi: null,
21 21 signalStrength: null,
  22 + config: config.modem,
22 23 };
23 24  
24 25 const port = new SerialPort(config.modem.device, { baudRate: 115200 });