-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Updating wifi credentials via file on SD card root #193
Comments
@iointerrupt thanks - noted |
@iointerrupt |
The original post above shows the piece of code added to the system.sh that could be a solution. |
@iointerrupt done The format needs to be as follows: I will release another version soon [Edited] removed square brackets as it was misleading |
Done v0.3.4 released |
This issue continues in #350 and describes the problem in more detail. In short:
|
Currently I believe the ability to change the wifi credentials exists via by either shelling into the camera via SSH/telnet or web ui.
Would it be possible to update the startup script to include a check for a "configure_wifi.cfg" on the root of the sd card or somewhere on the sd card to allow changing the wifi ssid/password that way? Obviously the script would also delete the configure_wifi.cfg afterwards to prevent a loop.
Justification: Sometimes the cams have to be reset to stock and yi home cam app has to be used to register the cam. My cams usually are on a locked down vlan with no internet access but to register, they have to have internet access. I have to first put them on my main network, register, updating firmware to yi-hack, login to yi-hack and change the wifi creds. Being able to do it via a file on the sd card would automate that process. Just a thought.
Edit: Just using the solutions already available perhaps an update to the system startup script /tmp/sd/yi-hack-v5/script/system.sh:
The text was updated successfully, but these errors were encountered: