Disable IP address popup on boot? Disabling HTTP server doesn't seem to do it... #893
-
I am trying to set up a Sunton display as an "on air" status display for my office. After provisioning it, I no longer need or want the IP address popup to show on first boot, as it obscures the message I want to show and requires someone to tap the screen. I have compiled a custom build of OpenHASP and I uncommented the line that disables the HTTP service:
After flashing my board it comes back online, and I can no longer access the web admin interface, but the IP address display still shows up. Any pointers on where in the code I can suppress this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just edit or delete You can also adjust the |
Beta Was this translation helpful? Give feedback.
Just edit or delete
online.cmd
file on the ESP32.You can also adjust the
auto_close
time to something that suits your needs.