File tree Expand file tree Collapse file tree
examples/ExternalClient/GSM Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313/* * This example shows the basic RTDB usage with TTGO T-A7670 (ESP32 with SIMCom SIMA7670) 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#define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions
Original file line number Diff line number Diff line change 1111
1212/* * This example shows the RTDB data changed notification with TTGO T-A7670 (ESP32 with SIMCom SIMA7670) 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#define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions
You can’t perform that action at this time.
0 commit comments