We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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.
The text was updated successfully, but these errors were encountered: