Xinyuan-LilyGO / LilyGO-T-A76XX

LilyGo A7670X A7608X SIM7670G series
MIT License
126 stars 57 forks source link

T-A7670X wont use esp32 wifi module in example code #173

Open cullenoi opened 1 week ago

cullenoi commented 1 week ago

Hi all, I just recieved the lilyGo T-A7670E a few days ago and want to use it for a project, for ease of development I first wanted to devlop my project on using the esp32's wifi then when I deploy it use the LTE connection. To get comfortable with the lilyGo codebase I tried to run the httpClient and the httpsClient, both of which would not run with wifi being set to true.

When I checked the code it is because the script checks if the gsm modem has wifi capabilities.

A bit of digging led me to the TinyGsmClientA7670.h header file where TinyGsmWifi is not included.

When I try to include it to the library to the class I get the following error: call to 'TinyGsmWifi<TinyGsmA7670>::networkConnectImpl' declared with attribute error: Not implemented the errror propogates at TinyGsmWifi.tpp

I'm assuming this is definitely an issue on my end due to lack of experience, but the lilyGo T-a7670X's do have esp32 chips so this should be included in its headerfile? Any advice on how to resolve this would be great.(even if the resolution is me being silly!)

Kind Regards

lewisxhe commented 1 week ago

For esp32 examples, please see the official image