Skip to content

Commit

Permalink
Update tinygsm #114
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jan 15, 2025
1 parent 392fa69 commit 745d0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/GPS_SMS/GPS_SMS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void setup()
// Check network registration status and network signal status
int16_t sq ;
Serial.print("Wait for the modem to register with the network.");
RegStatus status = REG_NO_RESULT;
SIM7600RegStatus status = REG_NO_RESULT;
while (status == REG_NO_RESULT || status == REG_SEARCHING || status == REG_UNREGISTERED) {
status = modem.getRegistrationStatus();
switch (status) {
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ build_flags =
-mfix-esp32-psram-cache-issue

lib_deps =
vshymanskyy/TinyGSM @ ^0.11.5
vshymanskyy/TinyGSM @ ^0.12.0
vshymanskyy/StreamDebugger @ ^1.0.1

0 comments on commit 745d0d2

Please sign in to comment.