alanesq/BasicWebserver

redefinition of 'bool wifiok'

Closed this issue · 3 comments

Redefinition of 'bool wifiok' in wifi.h (line 45):
bool wifiok = 0; // flag if wifi connection is ok

First definition in BasicWebServer.ino (line 98):
bool wifiok = 0; // flag if wifi connection is ok

Thanks

I have corrected these
Odd thing is, I am sure I already fixed these a few weeks back but it seems to have reverted back?

It can happen. :-) I thought maybe it is a little help if I hint at it.

Best regards stay healthy!

fixed