blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.81k stars 1.38k forks source link

BlynkSimpleSIM800.h: No such file or directory #579

Closed MOKH99 closed 1 year ago

MOKH99 commented 1 year ago

typed this code

include //https://github.com/blynkkk/blynk-library.git

and i got a compellation error

Scenario, steps to reproduce

[What you are trying to achieve and you can't?] i entered this code

include //https://github.com/blynkkk/blynk-library.git

and I got a compellation error. what seems to be the problem here?

Expected Result

[What are you expecting to happen as the consequence of above reproduction steps?]

Actual Result

[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.]

John93-Blynk commented 1 year ago

You should provide as much detail as possible, such as the hardware you're using, the library version, etc.

MOKH99 commented 1 year ago

You should provide as much detail as possible, such as the hardware you're using, the library version, etc.

I am using a TTGO T-Call V1.4 SIM800L ESP32

MOKH99 commented 1 year ago

and I seem to notice that in the test file, there is no BlynkSimple800.h was it removed? I've seen someone write this code in adruino and it worked perfectly fine with him

John93-Blynk commented 1 year ago

Try this example https://github.com/blynkkk/blynk-library/blob/master/examples/Boards_GSM/TinyGSM_SIM800_SIM900/TinyGSM_SIM800_SIM900.ino

pradumntomar14 commented 6 months ago

i am also facing this issue. how can i resolve it