Fixed missing ;'s
Also added mayfly to test boards
This commit is contained in:
@@ -74,6 +74,6 @@ void loop() {
|
||||
#if defined(TINY_GSM_MODEM_SIM800) || defined(TINY_GSM_MODEM_A6) || defined(TINY_GSM_MODEM_M590)
|
||||
modem.gprsDisconnect();
|
||||
#else
|
||||
modem.networkDisconnect()
|
||||
modem.networkDisconnect();
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user