RA Web Wizard and Traditional Wizard ino coding

Community contributed apps
Post Reply
GugsJr
Posts: 68
Joined: Fri Jun 20, 2014 6:30 am

RA Web Wizard and Traditional Wizard ino coding

Post 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.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: RA Web Wizard and Traditional Wizard ino coding

Post 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.
Roberto.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: RA Web Wizard and Traditional Wizard ino coding

Post by rimai »

I can't seem to be able to replicate the internal memory bug you are reporting.
Roberto.
Post Reply