Update ino Serial Gateway
-
Hello,
i tried to update the serial gateway but when i compile the sketch i have these errors messages
Arduino : 1.5.5 (Windows 8), Carte : "Arduino Uno"
In file included from C:\Program Files (x86)\Arduino\libraries\Vera/Gateway.h:15,
from SerialGateway.ino:29:
C:\Program Files (x86)\Arduino\libraries\Vera/Relay.h:15:20: error: Sensor.h: No such file or directory
In file included from C:\Program Files (x86)\Arduino\libraries\Vera/Gateway.h:15,
from SerialGateway.ino:29:
C:\Program Files (x86)\Arduino\libraries\Vera/Relay.h:29: error: expected class-name before '{' token
C:\Program Files (x86)\Arduino\libraries\Vera/Relay.h:44: error: 'message_s' has not been declared
In file included from SerialGateway.ino:29:
C:\Program Files (x86)\Arduino\libraries\Vera/Gateway.h:68: error: 'message_s' has not been declaredI already updated librairies with the last versions
Thanks for you help
-
What link did you use to download libraries and gateway?
-
I use this one
https://github.com/mysensors/Arduino/archive/master.zip
-
error: Sensor.h: No such file or directory
Something is not ok with your installation. You seem to miss Sensor.h
-
the sensor.h was in the good directory but i installed again the arduino software and now everything works great
Thank you