Page 1 of 1

RA Web Wizard and Traditional Wizard ino coding

Posted: Wed Mar 08, 2017 10:30 am
by GugsJr
So I've been toying around with the RA Web Wizard and I noticed a few possible errors, also there was a line of code that didn't work with the traditional coding and I was wondering what it could be.

Web Wizard error?
- When I set it to internal memory for the lighting portion it still generates the following:
ReefAngel.StandardLights( Port1,23,55,3,0 );
shouldn't it generate
ReefAngel.ActinicLights( Port1 );



Also I did the following if then and when I pasted it into the traditional INO code it said it was an Error.

If Feeding mode is active to put the Jebao into Nutrient Transport mode.
- It generated a code that said isfeeding
The traditional INO said it wasn't valid.

Re: RA Web Wizard and Traditional Wizard ino coding

Posted: Wed Mar 08, 2017 11:13 am
by rimai
Different libraries.
It won't work.
You have to compile on webwizard and upload on webwizard.
I'll check on the internal memory bug.

Re: RA Web Wizard and Traditional Wizard ino coding

Posted: Fri Jun 30, 2017 2:36 pm
by rimai
I can't seem to be able to replicate the internal memory bug you are reporting.