I get the local IP using WiFi.localIP() call. Was getting an IP address in return. Has changed to an integer now in display. Certain this is due to the app as nothing changed on the firmware side and it was working well till yesterday.
Yes. It was working well as expected after changing terminal.print to blynk.virtualWrite. in a couple of hours, will look at serial output and update this topic.
Confirm serial ouput is ok while terminal output shows a number. Iāve used the same call in both. I tried changing the output to String and still have the same issue.
Serial.print("connected to wifi Access Point configured....");
Serial.print(WiFi.SSID());
Serial.print("\nlocal ip: ");
Serial.println(WiFi.localIP());
Output: connected to wifi Access Point configuredā¦Linksys-01750
local ip: 10.0.0.37
[40403]
Yes⦠Strange⦠I ran some more tests and it is only the IP that doesnāt display correctly?
Blynk.virtualWrite(V6, "\n IP is ");
Blynk.virtualWrite(V6, WiFi.localIP());
Serial.print("IP is ");
Serial.println(WiFi.localIP());
Blynk.virtualWrite(V6, "\n MAC is ");
Blynk.virtualWrite(V6, WiFi.macAddress());
Serial.print("MAC is ");
Serial.println(WiFi.macAddress());
Blynk.virtualWrite(V6, "\n Core is ");
Blynk.virtualWrite(V6, ESP.getCoreVersion());
Serial.print("Core is ");
Serial.println(ESP.getCoreVersion());
Blynk.virtualWrite(V6, "\n Lib Ver. is ");
Blynk.virtualWrite(V6, BLYNK_VERSION);
Serial.print("Lib ver. is ");
Serial.println(BLYNK_VERSION);
@Costas deserves for many prizes for his contribution on this forum (Sure there are others too!). Unfortunately all we can give him, is a tiny little heart under the postā¦