Error with token exchange/SSL using TinyGSM #53
-
Hello, I am using a LILYGO7670E module and the TinyGSM-fork by lewisxhe - https://github.com/lewisxhe/TinyGSM-fork, which I understand is the library version required for this module. I have this issue when using the TinyGSM example https://github.com/mobizt/ESP-Google-Sheet-Client/blob/master/examples/GSM/GSM.ino and also using my own .ino with the #define TINY_GSM_MODEM_SIM7600 macro added into the src/ESP_Google_Sheet_Client_FS_Config.h file. The error messages received are:
Any help would be much appreciated, and thanks for creating this library. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The TinyGSM library that is supported by this library is https://github.com/vshymanskyy/TinyGSM. The fork version does not yet support. |
Beta Was this translation helpful? Give feedback.
The TinyGSM library that is supported by this library is https://github.com/vshymanskyy/TinyGSM.
The fork version does not yet support.