Open garissman opened 2 years ago
I'm getting network Error when on firmware_v5/telelogger
the connection recovers if GNSS != GNSS_CELLULAR otherwise it just stay OFF
By adding
teleClient.net.setGPS(false);
after line 984 the the card connects to the network, but it does disconnect again,
I've created this PR https://github.com/stanleyhuangyc/Freematics/pull/159 for the recovery, I'm looking for the network error not to happen, I've tested 3 devices same behavior,
I'm getting network Error when on firmware_v5/telelogger
the connection recovers if GNSS != GNSS_CELLULAR otherwise it just stay OFF
By adding
teleClient.net.setGPS(false);
after line 984 the the card connects to the network, but it does disconnect again,