YIO-Remote / remote-os

💎 Buildroot OS for YIO remote
GNU General Public License v3.0
13 stars 9 forks source link

WiFi setup script on initial boot leaves the remote in WiFi configuration mode #20

Closed zehnm closed 4 years ago

zehnm commented 4 years ago

Expected behavior Use case: Initial boot (fresh SD card image) with wpa-supplicant configuration file provided in boot/wpa_supplicant.conf

  1. Sets WiFi configuration in initial boot without AP
  2. Remote application starts using the configured network
  3. Configuration web server doesn't run

Current behavior

Detailed description Configuration mode is triggered by control file: /wifisetup. This file may not be created if a wifi configuration file is provided by the user.

See related issues:

Possible implementation Check for provided configuration file and don't create /wifisetup control file.

zehnm commented 4 years ago

Closing issue: fixed in dev branch