Hi there,
When adding this library to a PIO project using plerup/EspSoftwareSerial@^8.2.0 the build fails as the ghostl library has not been installed and the circular_queue.h file is not found.
This can easily be fixed by adding https://github.com/dok-net/ghostl to lib_deps, but should not be required if the dependency is setup correctly
Hi there,
When adding this library to a PIO project using
plerup/EspSoftwareSerial@^8.2.0the build fails as theghostllibrary has not been installed and thecircular_queue.hfile is not found.This can easily be fixed by adding
https://github.com/dok-net/ghostlto lib_deps, but should not be required if the dependency is setup correctly