Getting error while using GSM module on LILYGO_T-SIM7600E/G-H #34
-
I am using GSM modem and trying to append data. Changed the config as per usage-with-tinygsm but getting the following error: Token info: type = OAuth2.0 access token, status = on initializing Please Help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You have to follow this example. The first important thing is you have to define this macro in src/ESP_Google_Sheet_Client_FS_Config.h in the library installation folder. And that macro also defined in your sketch too. |
Beta Was this translation helpful? Give feedback.
You have to follow this example.
The first important thing is you have to define this macro in src/ESP_Google_Sheet_Client_FS_Config.h in the library installation folder.
#define TINY_GSM_MODEM_SIM7600
And that macro also defined in your sketch too.