mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Update diagnostics
This commit is contained in:
@@ -129,7 +129,7 @@ void setup() {
|
||||
|
||||
// Set GSM module baud rate
|
||||
// TinyGsmAutoBaud(SerialAT,GSM_AUTOBAUD_MIN,GSM_AUTOBAUD_MAX);
|
||||
SerialAT.begin(115200);
|
||||
SerialAT.begin(9600);
|
||||
delay(3000);
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user