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

Lib error #6

Open
sadamyne opened this issue Jun 3, 2020 · 4 comments
Open

Lib error #6

sadamyne opened this issue Jun 3, 2020 · 4 comments

Comments

@sadamyne
Copy link

sadamyne commented Jun 3, 2020

Hi,

When i open one of your samples i get the following error:

"gpsexample:24:40: error: no matching function for call to 'SoftwareSerial::SoftwareSerial(int, int, bool, int)'

SoftwareSerial swSer(14, 12, false, 256);

How can i solve this?

Thanks in advance

@IOT-MCU
Copy link
Owner

IOT-MCU commented Jun 9, 2020

Hi,
please refer our wiki to set the arduino.
https://github.com/IOT-MCU/ESP-12S-A9-A9G-GPRS-Node-v1.0/wiki

@sadamyne
Copy link
Author

sadamyne commented Jun 9, 2020

Hi,

I have done that already.
Thanks in advance

@eried
Copy link

eried commented Jun 9, 2020

I think it works if you just use

SoftwareSerial swSer(14, 12);

@sadamyne
Copy link
Author

Thanks :)

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

3 participants