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

Inquiry and support for Freematics products
Post Reply
gambatte
Posts: 16
Joined: Tue Aug 19, 2014 11:21 am
Location: Tokyo, Japan

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

Post 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?)
stanley
Site Admin
Posts: 1027
Joined: Sat Mar 01, 2014 3:15 am

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

Post by stanley »

Sorry about that. The Narcoleptic library has been moved into sketch folder so this change is necessary. Will update the code.
Post Reply