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

PROBLEM #error "Please define GSM modem model" is already defined #679

Open Jhonattan38G opened 1 year ago

Jhonattan38G commented 1 year ago

hello everyone, I have an error and I still don't understand its origin, when I install the tinygsm library, everything goes well, but when I declare the TinyGsm and TinyGsmClientSecure objects it doesn't recognize them, I'll add screenshots to show, because I already declared the GSM model and still So it still doesn't work, as I said, I don't understand the origin of this error, I need help. image image image image

nkgiovannivl commented 1 year ago

Hi,

In my case #define before #include works, i'm not sure if it was my problem.

image