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

Fixing inheritance issue with begin from SoftwareSerial #3

Closed arthurmolina closed 7 years ago

vittorioexp commented 7 years ago

I should edit every this->print() with this->SoftwareSerial::print(), and so on with this->available() and this->read(). Don't you think so?