Comile error in latest (2014_08_18) build of megalogger.ino
Posted: Tue Aug 19, 2014 11:25 am
I just downloaded the latest bundle (2014_08_18 and it seems that you need to change line 20 of megalogger.ino from to be 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?)
Code: Select all
#include <Narcoleptic.h>
Code: Select all
#include "Narcoleptic.h"
Has anyone else found this? (Or should I be putting Narcoleptic as a system library rather than local include?)