Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with arduino 2.4.2 #24

Closed
helianto opened this issue Aug 28, 2018 · 2 comments
Closed

Error with arduino 2.4.2 #24

helianto opened this issue Aug 28, 2018 · 2 comments

Comments

@helianto
Copy link

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)'

@reaper7
Copy link
Owner

reaper7 commented Aug 29, 2018

how you activate hw serial??
it may be a similar problem with #23 (comment)

@helianto
Copy link
Author

Yes, i had placed #define USE_HARDWARESERIAL into ino file.... so now is solved...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants