Page 1 of 1

Webwizard not generating code

Posted: Fri Mar 17, 2017 7:54 am
by benjy1234
I posted a similar issue in another post but i really want to get my new wifi to work lol. When I try to generate code on the webwizard it doesnt create anything. I go through all the steps and just get this;

void setup() {
// put your setup code here, to run once:

}

void loop() {
// put your main code here, to run repeatedly:

}

It still works when I try with the Wifi code generator but not with any of the RA ones?

Re: Webwizard not generating code

Posted: Fri Mar 17, 2017 8:20 am
by rimai
Did you try another browser?
I cannot replicate the problem.

Re: Webwizard not generating code

Posted: Fri Mar 17, 2017 8:26 am
by benjy1234
Ive tried chrome on a PC as well as chrome and safari on mac. Ive also tried it logged in and logged out. If I already have a code saved will it make a difference?

Re: Webwizard not generating code

Posted: Fri Mar 17, 2017 8:28 am
by rimai
If you already have the code saved, just open it and upload.

Re: Webwizard not generating code

Posted: Fri Mar 17, 2017 8:35 am
by benjy1234
Well my cloud wifi isnt working with that code, so im trying to just create a general code to see if that saved code is the issue.