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

Nano Logger Complie Error #61

Open
stblackburn opened this issue Jul 5, 2019 · 0 comments
Open

Nano Logger Complie Error #61

stblackburn opened this issue Jul 5, 2019 · 0 comments

Comments

@stblackburn
Copy link

stblackburn commented Jul 5, 2019

Tried to compile The nanologger to a Nano and this is the error message I get when I compile. This is using the latest version from Github.

Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: "Arduino Nano, ATmega328P"

nanologger:62:15: error: expected ';' at end of member declaration

 void loop()

           ^

D:\Users\Andy\Downloads\ArduinoOBD-master(1)\ArduinoOBD-master\nanologger\nanologger.ino: In function 'void setup()':

nanologger:185:3: error: 'logger' was not declared in this scope

logger.begin();

^

D:\Users\Andy\Downloads\ArduinoOBD-master(1)\ArduinoOBD-master\nanologger\nanologger.ino: In function 'void loop()':

nanologger:192:3: error: 'logger' was not declared in this scope

logger.loop();

^

exit status 1
expected ';' at end of member declaration

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

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

1 participant