mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Update example
This commit is contained in:
@@ -48,7 +48,7 @@ void setup() {
|
||||
delay(10);
|
||||
|
||||
// Set GSM module baud rate
|
||||
SerialAT.begin(115200);
|
||||
SerialAT.begin(9600);
|
||||
delay(3000);
|
||||
|
||||
if (!modem.init()) {
|
||||
|
||||
Reference in New Issue
Block a user