Hi Wolfgang, i try to instal the version 1.12 but i get some errors like the following:
/home/pi/Projects/weatherradio/indi-3rdparty/indi-duino/weatherradio.cpp:1119:21: error: ‘defineProperty’ was not declared in this scope
defineProperty(deviceProp);
^~~~~~~~~~~~~~
/home/pi/Projects/weatherradio/indi-3rdparty/indi-duino/weatherradio.cpp:1119:21: note: suggested alternative: ‘deleteProperty’
defineProperty(deviceProp);
^~~~~~~~~~~~~~
deleteProperty

What am I doing wrong?
Matteo

Read More...