Closed x29a closed 1 year ago
This PR also enables the library to be used with SoftwareSerial on ESP based devices (where the HardwareSerial is often connected to the USB-to-serial chip for serial monitor and programming).
While the default ESP SoftwareSerial implementation is said to not be very reliant/stable, there is https://github.com/plerup/espsoftwareserial which should work.
This PR also enables the library to be used with SoftwareSerial on ESP based devices (where the HardwareSerial is often connected to the USB-to-serial chip for serial monitor and programming).
While the default ESP SoftwareSerial implementation is said to not be very reliant/stable, there is https://github.com/plerup/espsoftwareserial which should work.