gtxaspec / wz_mini_hacks

wz camera mods... make your camera better.
1.33k stars 114 forks source link

Change config #470

Closed jritsema closed 1 year ago

jritsema commented 1 year ago

Hello. I didn't see it mentioned in the docs, but what is the intended way to change config (SD_ROOT/wz_mini/wz_mini.conf) options (e.g., change host name or RTSP creds)?

Is the intent to remove the sd card, delete all files, and replace it with a fresh config?

xconverge commented 1 year ago

Removing the SD card is one valid way although most inconvenient as you have found, I edited my config quite often over the ssh connection (/media/mmc/* with nano and reboot command), and there is also the webserver (https://github.com/gtxaspec/wz_mini_hacks#web-server) that lets you edit/reboot from the website for the camera too with some checkboxes and text boxes on the website.

You should not need to delete files and simply changing the config file and restarting should apply I think

jritsema commented 1 year ago

Awesome, that's what I was looking for. Thanks @xconverge!