Fixed missing ;'s

Also added mayfly to test boards
This commit is contained in:
SRGDamia1
2017-06-12 12:50:04 -04:00
parent adca18c413
commit 5f1d92b43c
6 changed files with 14 additions and 10 deletions

View File

@@ -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
}