Arduino on Windows 10
Posted: Sun May 23, 2021 4:20 am
Hi,
Hopefully this is the right place to post this and its not a repleat of the same question.
I am trying to update from the Reef Angel version of Arduno ot the Official release (currently 1.8.15) as the old version hangs and offten doesnt always find the com port for my bluetooth adapter.
in any case I tried following Curts guide and have got to the point where I get alot of errors similar to the Following when trying to compile my code;
255:17: error: 'class ReefAngelClass' has no member named 'RF'
ReefAngel.RF.SetMode
I was getting alot of other errors about global.h and others until I copied the github libraries to my Arduino folder in "My Documents\Arduino\libraries" directory . I dont know if this is the right or wrong thing to do.
For referance sake my controllers is a RA Plus.
Thanks
Andy
Hopefully this is the right place to post this and its not a repleat of the same question.
I am trying to update from the Reef Angel version of Arduno ot the Official release (currently 1.8.15) as the old version hangs and offten doesnt always find the com port for my bluetooth adapter.
in any case I tried following Curts guide and have got to the point where I get alot of errors similar to the Following when trying to compile my code;
255:17: error: 'class ReefAngelClass' has no member named 'RF'
ReefAngel.RF.SetMode
I was getting alot of other errors about global.h and others until I copied the github libraries to my Arduino folder in "My Documents\Arduino\libraries" directory . I dont know if this is the right or wrong thing to do.
For referance sake my controllers is a RA Plus.
Thanks
Andy