Page 1 of 1

Comile error in latest (2014_08_18) build of megalogger.ino

Posted: Tue Aug 19, 2014 11:25 am
by gambatte
I just downloaded the latest bundle (2014_08_18 and it seems that you need to change line 20 of megalogger.ino from

Code: Select all

#include <Narcoleptic.h>
to be

Code: Select all

#include "Narcoleptic.h"
to get things to compile correctly.

Has anyone else found this? (Or should I be putting Narcoleptic as a system library rather than local include?)

Re: Comile error in latest (2014_08_18) build of megalogger.

Posted: Tue Aug 19, 2014 2:19 pm
by stanley
Sorry about that. The Narcoleptic library has been moved into sketch folder so this change is necessary. Will update the code.