Wifi firmware update problem

Expansion modules and attachments
Post Reply
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wifi firmware update problem

Post by rimai »

Did you check wifi attachment when generating the code?
Roberto.
Poiromaniax
Posts: 180
Joined: Thu Apr 05, 2012 6:20 am
Location: JHB, South Africa

Wifi firmware update problem

Post by Poiromaniax »

rimai wrote:Did you check wifi attachment when generating the code?
Lights were flashing on it. Yellow I think
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wifi firmware update problem

Post by rimai »

Ok, but does your code have wifi stuff?
You must either check mark wifi attachment on the wizard when generating or add it later.
Can you post your code?
Roberto.
Poiromaniax
Posts: 180
Joined: Thu Apr 05, 2012 6:20 am
Location: JHB, South Africa

Wifi firmware update problem

Post by Poiromaniax »

rimai wrote:Ok, but does your code have wifi stuff?
You must either check mark wifi attachment on the wizard when generating or add it later.
Can you post your code?
My code should have wifi....

Edit - Attached codes
Attachments
Memory.ino
(1.15 KiB) Downloaded 331 times
Binder_Homescreen.ino
Main Code
(4.71 KiB) Downloaded 328 times
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wifi firmware update problem

Post by rimai »

I don't see wifi stuff in there.
Make sure to add this right above ShowInterface();

Code: Select all

ReefAngel.Portal("Poiromaniax");
Roberto.
Post Reply