File tree 2 files changed +4
-4
lines changed
examples/ExternalClient/GSM
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
/* * This example shows the basic RTDB usage with TTGO T-A7670 (ESP32 with SIMCom SIMA7670) and TinyGSMClient. */
14
14
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.
17
17
// #define TINY_GSM_MODEM_SIM7600
18
18
19
19
#define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions
Original file line number Diff line number Diff line change 11
11
12
12
/* * This example shows the RTDB data changed notification with TTGO T-A7670 (ESP32 with SIMCom SIMA7670) and TinyGSMClient. */
13
13
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.
16
16
// #define TINY_GSM_MODEM_SIM7600
17
17
18
18
#define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions
You can’t perform that action at this time.
0 commit comments