gmag11/WifiLocation

Error in WifiLocation.h on linux machine

kd8bxp opened this issue · 1 comments

Line 7 is
#include "arduino.h"

Should be:
#include "Arduino.h"

I don't think this is an issue if you are on a windows machine, but is for linux boxes.

Just for completeness - Linux Mint 18.2, I3, 6gb, 1tb, Arduino IDE 1.8.4

fixed on d8b00e3