toomasz / SimcomGsmLib

ESP32 library for Simcom gsm modules that aims to provide stable tcp/udp connection support
20 stars 7 forks source link

library does not compile #3

Open danielsafrigin opened 4 years ago

danielsafrigin commented 4 years ago

SimcomGsmLib_test:2:26: error: SimcomGsmLib.h: No such file or directory compilation terminated. exit status 1 SimcomGsmLib.h: No such file or directory

all I did is add the example code form the read me to SimcomGsmLib_test. if i search for SimcomGsmLib.h file in the library folder it realy does not exist.

navdotnetreqs commented 2 years ago

Good day! I ran into the same issue, where could I find the missing header to compile the sample?

I noticed that there have been several breaking changes made and the new header is SimAtCommands.h. Many of the function calls have been changed as well, and the samples haven't been updated, so it takes a while to get them working again.