Skip to content

Commit

Permalink
Update StreamCallback.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt authored Oct 25, 2023
1 parent cb504e1 commit 2ba9ce7
Showing 1 changed file with 2 additions and 2 deletions.
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 TTGO T-A7670 (ESP32 with SIMCom SIMA7670) 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

#define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions
Expand Down

0 comments on commit 2ba9ce7

Please sign in to comment.