Recent firmware upgrades added the network command. Add it to the app.
Added a 'network' command which returns some stats on recent LoRaWAN communication.
A typical message is: 'RSSI: -3dB, SNR: 14dB, Lost: 0%. Last seen 0 minutes ago.'
The 'Lost' feature is not yet implemented. It will reflect the ration between uplink messages sent and responses received.
@acutetech When typing network on the FW version v00.03.05 I get back No network comms yet. Is this because LoRaWan was never before active on this board?
Recent firmware upgrades added the
network
command. Add it to the app.