You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that this version have their own version of software serial, and if I activate hardware serial, there is one error:
in line:
SDM sdm(Serial, 4800, NOT_A_PIN, SERIAL_8N1, false)
Se encontraron múltiples librerías para "SoftwareSerial.h"
Usado: C:\Users\javier\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.2\libraries\SoftwareSerial
No usado: C:\Users\javier\Documents\Arduino\libraries\espsoftwareserial-master
exit status 1
no matching function for call to 'SDM::SDM(HardwareSerial&, int, int, SerialConfig, bool)'
The text was updated successfully, but these errors were encountered:
It seems that this version have their own version of software serial, and if I activate hardware serial, there is one error:
in line:
SDM sdm(Serial, 4800, NOT_A_PIN, SERIAL_8N1, false)
Se encontraron múltiples librerías para "SoftwareSerial.h"
Usado: C:\Users\javier\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.2\libraries\SoftwareSerial
No usado: C:\Users\javier\Documents\Arduino\libraries\espsoftwareserial-master
exit status 1
no matching function for call to 'SDM::SDM(HardwareSerial&, int, int, SerialConfig, bool)'
The text was updated successfully, but these errors were encountered: