vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 709 forks source link

TinyGSM IDF portability #645

Open mohamadsalim opened 2 years ago

mohamadsalim commented 2 years ago

hello , im using tinygsm lib with arduino platform and i need to port it as a component on idf-ide eclipse base so if this is applicable or not ? where i faced some issues in porting lib like "TinyGsmClient client(modem);" this line occurs error where base class must not instantiable so any one try to do this before