Do not print webcontrol params to camera files

This commit is contained in:
MrDave
2021-06-26 21:59:43 -06:00
committed by Mr-Dave
parent 77d142dcd1
commit a8a7d059c9
2 changed files with 20 additions and 19 deletions

View File

@@ -3804,7 +3804,8 @@ void conf_parms_write(struct ctx_motapp *motapp)
if ((config_parms[indx].parm_name != "camera") &&
(config_parms[indx].parm_name != "camera_dir") &&
(config_parms[indx].parm_name != "conf_filename") &&
((indx_cam == 0) || (parm_val != parm_main))) {
((indx_cam == 0) || ((parm_val != parm_main) &&
(config_parms[indx].parm_cat != PARM_CAT_13)))) {
if (indx_next != (int)config_parms[indx].parm_cat) {
fprintf(conffile,"\n%s",";*************************************************\n");