-->
Page 2 of 2

Re: Can't set ip address

PostPosted: Thu Sep 14, 2017 9:24 pm
by rudy
My phone doesn't care, 2 RasPis don't care a OrangePi doesn't care - my 8266 does. Who'da thunk?


Something like that came up recently. And in that case :roll: it was considered a bug because in that context it was to be case insensitive.

Re: Can't set ip address

PostPosted: Fri Sep 15, 2017 2:34 am
by schufti
AFAIK ssid's are supposed to be case sensitive.
BUT if your AP has it's SSID hidden, it doesn't matter how you insert it in your devices because it will never be used. Your device just tries to connect to every AP without SSID it can find with your credentials.

Re: Can't set ip address

PostPosted: Fri Sep 15, 2017 9:13 am
by liderbug
Hmmmm, should it be case sensitive??? It does double the (L-ever more) abc vs Abc aBc abC ABc.... Now URL's are INsensitive esp8266.com or ESP8266 will get you to the same site. Passwords - yes but SSID is the same as a URL and is broadcast. So my vote is insensitive.

Aside: some years back we ended up with some software ( OS ) that made the DNS code case sensitive - you want to watch an entire operation screech to a halt....

Anyhow - problem solved - on to the next step in the project.

Re: Can't set ip address

PostPosted: Mon Sep 18, 2017 2:56 am
by trice001
thanks