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
Currently working on a better web UI, but this request shouldn't be too difficult once that's done. I take it you just want the AP to not be brought up at all, ie disable the scheduled task from running.
Current thought process is to have the script check for an arbitrary file (eg /var/raspipass/disable) that can be checked when the script runs.
That way:
The running script will still create log entries, notifying that the AP raising is disabled
Easy to implement :P
Simple coding to check state from the web GUI
Can implement disabling until reboot (using a file in /var/raspipass, which is cleared on boot) or until user intervention to re-enable (using a file in /raspipass, which will persist)
No description provided.
The text was updated successfully, but these errors were encountered: