vittorioexp / Sim800L-Arduino-Library-revised

The SIM800L Arduino Library is a simple and easy-to-use library for the SIM800L module, allowing for quick and efficient communication with the module using the Arduino platform.
GNU General Public License v3.0
101 stars 46 forks source link

Changed how SMS receiving is handled #21

Closed sekyHC closed 3 years ago

sekyHC commented 3 years ago

prepareForSmsReceive will configure everything needed checkForSms will return index of received sms

Do not forget to increase SoftwareSerial RX buffer to use this :smiley_cat: