You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might I suggest, where it currently prints this: "Starting IDE web service" you update that message so it says this instead:-
Starting IDE web service on http://192.168.123.123/
... so we don't have to fuss around trying to work out what IP to use, and whether or not it's on port 80 ...
The text was updated successfully, but these errors were encountered:
That would be a cool feature.
There is a bit of complexity, though: ESP32 can have multiple IP addresses (wlan, eth) at the same time, but for start I could just show the WiFI IP if available.
I'm in the middle of researching a much better idea... mDNS... eg: "esp32-1234.local" (where we can pick the name by putting it in some file or whatever - e.g. "geiger.local" for my local geiger-counter project when I upgrade that to uPy)... still needs some kind of async tool to wait for an IP then deal with port5353 UDP stuff, so that component itself could also print out the IP (and name) on the serial port when first connected.
BRILLIANT project!!
Might I suggest, where it currently prints this: "Starting IDE web service" you update that message so it says this instead:-
Starting IDE web service on http://192.168.123.123/
... so we don't have to fuss around trying to work out what IP to use, and whether or not it's on port 80 ...
The text was updated successfully, but these errors were encountered: