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 compiling for ESP8266 - Software Serial #19

Open
hajos118 opened this issue Sep 5, 2019 · 0 comments
Open

Error compiling for ESP8266 - Software Serial #19

hajos118 opened this issue Sep 5, 2019 · 0 comments
Assignees
Labels

Comments

@hajos118
Copy link

hajos118 commented Sep 5, 2019

got following error:
`In file included from D:\arduino_proj\MyProj\libraries\UbxGps\src/UbxGpsNavPvt.h:4:0,

             from D:\arduino_proj\MyProj\myUBX_8266\myUBX_8266.ino:7:

D:\arduino_proj\MyProj\libraries\UbxGps\src/UbxGps.h: In instantiation of 'void UbxGps::begin(long int) [with T = SoftwareSerial]':

D:\arduino_proj\MyProj\myUBX_8266\myUBX_8266.ino:25:27: required from here

D:\arduino_proj\MyProj\libraries\UbxGps\src/UbxGps.h:14:36: error: return-statement with a value, in function returning 'void' [-fpermissive]

 return this->serial.begin(speed);

                                ^

Using library SoftwareSerial at version 5.0.4 in folder: C:\Users\schoen\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.2\libraries\SoftwareSerial
Using library UbxGps at version 1.4.0 in folder: D:\arduino_proj\MyProj\libraries\UbxGps
exit status 1
Error compiling for board LOLIN(WEMOS) D1 R2 & mini.`

@loginov-rocks loginov-rocks self-assigned this Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants