lasselukkari / aWOT

Arduino web server library.
MIT License
284 stars 41 forks source link

aWOT does not compile with Arduino on Ubuntu #2

Closed pgollor closed 8 years ago

pgollor commented 8 years ago

Hi all, the aWOT library does not compile correctly on Ubuntu, because of line 24 in aWOT.cpp:

#include <arduino.h>

I think it has to be <Arduino.h>. But this line is not necessary, because the Arduino header is also included by aWOT.h.

Without line 24 in aWOT.cpp it works very well.

I use:

Greets Kalle

lasselukkari commented 8 years ago

Sorry I didn't notice this earlier. Thanks for reporting the problem.