davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
320 stars 54 forks source link

[Feature Request] Keep hotspot up if spare wifi interface available #80

Closed CallumJHays closed 4 years ago

CallumJHays commented 4 years ago

The IP of my Pi changes a lot on campus, particularly because I'm using it for mobile robots. It would be nice to be able to plug in an additional wifi dongle and be able to find the Pi's current local IP via the web interface (& allow re-connection to other networks because why not)

davesteele commented 4 years ago

It does this already. It is controlled by enable_appliance_mode, and is enabled by default.

CallumJHays commented 4 years ago

Thanks I missed that when I read through the conf files