File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/ExternalClient/GSM Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313/* * This example shows the basic RTDB usage with SIM7600x, ESP8266 and TinyGSMClient. */
1414
15- // To allow TinyGSM library integration, the following macro should be defined in src/ESP_Mail_FS .h or
16- // your custom config file src/Custom_ESP_Mail_FS .h.
15+ // To allow TinyGSM library integration, the following macro should be defined in src/FirebaseFS .h or
16+ // your custom config file src/CustomFirebaseFS .h.
1717// #define TINY_GSM_MODEM_SIM7600
1818
1919#include < SoftwareSerial.h>
Original file line number Diff line number Diff line change 1111
1212/* * This example shows the RTDB data changed notification with with SIM7600x, ESP8266 and TinyGSMClient. */
1313
14- // To allow TinyGSM library integration, the following macro should be defined in src/ESP_Mail_FS .h or
15- // your custom config file src/Custom_ESP_Mail_FS .h.
14+ // To allow TinyGSM library integration, the following macro should be defined in src/FirebaseFS .h or
15+ // your custom config file src/CustomFirebaseFS .h.
1616// #define TINY_GSM_MODEM_SIM7600
1717
1818#include < SoftwareSerial.h>
You can’t perform that action at this time.
0 commit comments