diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-01-16 00:04:19 +1100 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-01-16 00:04:19 +1100 |
commit | c2e1a9224c790d372fe35758eeb8c1f08201092a (patch) | |
tree | 2c6d888ab88e98637fb70485e58df1d43b6e22d5 /gpslogger/gpslogger.cbp | |
parent | 4dc496381a624582099099f2256f535ef8a5e5fd (diff) | |
download | 2021-arduino-obd-c2e1a9224c790d372fe35758eeb8c1f08201092a.tar.gz 2021-arduino-obd-c2e1a9224c790d372fe35758eeb8c1f08201092a.tar.bz2 2021-arduino-obd-c2e1a9224c790d372fe35758eeb8c1f08201092a.zip |
Update GPS logger to use MultiLCD library
Diffstat (limited to 'gpslogger/gpslogger.cbp')
-rw-r--r-- | gpslogger/gpslogger.cbp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gpslogger/gpslogger.cbp b/gpslogger/gpslogger.cbp index f721d9d..4fe7843 100644 --- a/gpslogger/gpslogger.cbp +++ b/gpslogger/gpslogger.cbp @@ -651,9 +651,7 @@ <Compiler> <Add directory="." /> </Compiler> - <Unit filename="MicroLCD.cpp" /> - <Unit filename="MicroLCD.h" /> - <Unit filename="SSD1306.cpp" /> + <Unit filename="config.h" /> <Unit filename="datalogger.h" /> <Unit filename="gpslogger.ino"> <Option compile="1" /> @@ -662,6 +660,7 @@ <Extensions> <code_completion /> <debugger /> + <envvars /> </Extensions> </Project> </CodeBlocks_project_file> |