OpenInterpreter / 01

The open-source language model computer
http://openinterpreter.com/01
GNU Affero General Public License v3.0
4.76k stars 470 forks source link

Automatically reconnect to last successful WiFi and Server URL, if available #214

Closed aramsdale closed 3 months ago

aramsdale commented 3 months ago

Automatically reconnects to last successful WiFi and Server URL, if available Utilizing Preferences, detect successful WiFi connection, store to ssid preferences, and recall on reboot.

Same for server URL - storing under preference 'network'.

Note the potential risk, as it sits:

Someone may want to take this and add-on to prevent storage to NVS... so make it a one-time connection again, or incorporate ESP32 encryption, which would require some additional work around keys/initialization.

tyfiero commented 3 months ago

This is fantastic!! This was on our roadmap to implement, and you nailed it. Thank you @aramsdale !!!