Hi,
I observed that we need to manually uncomment the #include <SoftwareSerial.h> in MatesController.h inside library for SoftwareSerial to work.
Is there a way to handle this automatically? or may be keep this SoftwareSerial.h file included by default for Arduino.
I would like to avoid touching any library code by myself to have some functionality to work.
Please check and confirm.
I observed that we need to manually uncomment the #include <SoftwareSerial.h> in MatesController.h inside library for SoftwareSerial to work.
Is there a way to handle this automatically? or may be keep this SoftwareSerial.h file included by default for Arduino.
I would like to avoid touching any library code by myself to have some functionality to work.
Please check and confirm.
Comment