Update diagnostics

This commit is contained in:
Sara Damiano
2020-02-11 19:10:07 -05:00
parent d3dd88d13b
commit 1f5159f9b0
4 changed files with 102 additions and 47 deletions

View File

@@ -69,11 +69,6 @@ void loop() {
modem.getGSMDateTime(DATE_FULL);
#endif
// Test the Network time function
#if defined(TINY_GSM_MODEM_HAS_TIME)
modem.getGSMDateTime(DATE_FULL);
#endif
// Test the GPS functions
#if defined(TINY_GSM_MODEM_HAS_GPS)
modem.enableGPS();