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
HexNanoMWC_HEX:68: error: variable or field 'SerialGpsPrint' declared void
HexNanoMWC_HEX:68: error: 'prog_char' was not declared in this scope
HexNanoMWC_HEX:68: error: 'str' was not declared in this scope
variable or field 'SerialGpsPrint' declared void
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
The text was updated successfully, but these errors were encountered:
I´m not sure if you are still interested or if you already have found a solution, but anyways, you just need to switch the "prog_char" in the GPS file with only "char" and it compiles again.
Yes, I'm still very interested...just life got busy and I needed time. So with this fix suggested, will it compile on current version of Arduino IDE, or do I still need to install older version?
I look forward to using it again soon...after life slows down some for me.
I´m not sure if you are still interested or if you already have found a solution, but anyways, you just need to switch the "prog_char" in the GPS file with only "char" and it compiles again.
—
Reply to this email directly or view it on GitHub.
This is the error log when I verify sketch:
Arduino: 1.6.5 (Windows 7), Board: "Arduino Leonardo"
HexNanoMWC_HEX:68: error: variable or field 'SerialGpsPrint' declared void
HexNanoMWC_HEX:68: error: 'prog_char' was not declared in this scope
HexNanoMWC_HEX:68: error: 'str' was not declared in this scope
variable or field 'SerialGpsPrint' declared void
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
The text was updated successfully, but these errors were encountered: