Closed capedra closed 3 years ago
/*
2 Automatic
13 GSM only
38 LTE only
51 GSM and LTE only
* * * */
modem.setNetworkMode(2);
modem.waitResponse(GSM_OK);
/*
1 CAT-M
2 NB-Iot
3 CAT-M and NB-IoT
* * */
modem.setPreferredMode(3);
modem.waitResponse(GSM_OK);
congrats, a PR has been made already #119 so this can be closed they changed setNetworkMode from String to Bool
@Mr-HaleYa Great! I'm closing this issue.
Suddenly my code stopped working and I found out some changes on TinyGSM library which works different now.
This part does NOT work anymore:
Now you have to do: