IP adresses the wrong way in HAL branch

Hi,

I tried the firmware-feature-hal-no-cloud and got a strange behaviour of the WiFi class. If I use this

str->print( "IP Address: "); str->println(WiFi.localIP());
str->print( "Subnetmask: "); str->println(WiFi.subnetMask());
str->print( "Gateway   : "); str->println(WiFi.gatewayIP());

I get the IP adresses and subnet masks the wrong way. If I have the IP adress 1.2.3.4 it displays 4.3.2.1.
On the main branch this works ok. What is wrong?

Thank you
Thorsten

Hey @Bluescreen

The feature/hal-no-cloud was an old experimental branch which didn’t have the latest bug fixes from the main hal branch. I’ve merged the code from the no-cloud branch into the main hal branch so you can get all the latest bug fixes as well as the no cloud support. Please pull feature/hal and continue to use that going forward. :smile:

1 Like

Hi,

where are all the branches gone? If I go to GIT via web I only see the master branch. Nothing else. What happened to all the other stuff?

I don’t know git very much, so maybe I do something wrong?

Thanks
Thorsten

@Bluescreen, I can see the no problem in latest Chrome on Win7x64 :smile: