stanleyhuangyc / ArduinoOBD

OBD-II library and sketches for Arduino
http://freematics.com
968 stars 519 forks source link

Nano Logger Complie Error #61

Open stblackburn opened 5 years ago

stblackburn commented 5 years ago

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.