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
I flashed the new TeHyBug C/C++ firmware to an ESP-01. It got a local IP (which I assume is from a previous configuration?). When going to the IP on port 80 the website stays on the following message:
Loading...
If the page doesnt load: make sure that you are connected to your local home network and then open this ip: 192.168.15.187 with your browser
It just so happened the TeHyBug website (https://tehybug.com) was down during this time. A screenshot of the network connections being attempted, as seen via the Web Developer console, is attached. Once the TeHyBug website was back, the page loaded fine.
This can be easily reproduced by adding the following to your local /etc/hosts file:
127.0.0.1 localhost tehybug.com
Then, try going to the local IP of the TeHyBug.
The text was updated successfully, but these errors were encountered:
Hi, its loading html files from external source to save local space on chip and use more better styled web interface since there is no memory limit, in this case from tehybug.com website. you can check the https://github.com/gumslone/tehybug/blob/master/tehybug/Webinterface.h
Thanks
I flashed the new TeHyBug C/C++ firmware to an ESP-01. It got a local IP (which I assume is from a previous configuration?). When going to the IP on port 80 the website stays on the following message:
It just so happened the TeHyBug website (https://tehybug.com) was down during this time. A screenshot of the network connections being attempted, as seen via the Web Developer console, is attached. Once the TeHyBug website was back, the page loaded fine.
This can be easily reproduced by adding the following to your local
/etc/hosts
file:127.0.0.1 localhost tehybug.com
Then, try going to the local IP of the TeHyBug.
The text was updated successfully, but these errors were encountered: