Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Dec 27, 2023
2 parents 4a59009 + d846f86 commit 55c87e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/ExternalClient/GSM/Basic/Basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

/** This example shows the basic RTDB usage with SIM7600x, ESP8266 and TinyGSMClient. */

// To allow TinyGSM library integration, the following macro should be defined in src/ESP_Mail_FS.h or
// your custom config file src/Custom_ESP_Mail_FS.h.
// To allow TinyGSM library integration, the following macro should be defined in src/FirebaseFS.h or
// your custom config file src/CustomFirebaseFS.h.
// #define TINY_GSM_MODEM_SIM7600

#include <SoftwareSerial.h>
Expand Down
4 changes: 2 additions & 2 deletions examples/ExternalClient/GSM/StreamCallback/StreamCallback.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

/** This example shows the RTDB data changed notification with with SIM7600x, ESP8266 and TinyGSMClient. */

// To allow TinyGSM library integration, the following macro should be defined in src/ESP_Mail_FS.h or
// your custom config file src/Custom_ESP_Mail_FS.h.
// To allow TinyGSM library integration, the following macro should be defined in src/FirebaseFS.h or
// your custom config file src/CustomFirebaseFS.h.
// #define TINY_GSM_MODEM_SIM7600

#include <SoftwareSerial.h>
Expand Down

0 comments on commit 55c87e6

Please sign in to comment.