Merge branch 'custom_image' of https://github.com/mcguirepr89/BirdNET-Pi into custom_image

This commit is contained in:
ehpersonal38
2023-03-14 22:31:30 -04:00
+1
View File
@@ -320,6 +320,7 @@ foreach($formats as $format){
<label for="custom_image">Custom Image Absolute Path: </label> <label for="custom_image">Custom Image Absolute Path: </label>
<input name="custom_image" type="text" value="<?php print($newconfig['CUSTOM_IMAGE']);?>"/><br> <input name="custom_image" type="text" value="<?php print($newconfig['CUSTOM_IMAGE']);?>"/><br>
<hr>
<label for="custom_image_label">Custom Image Label: </label> <label for="custom_image_label">Custom Image Label: </label>
<input name="custom_image_label" type="text" value="<?php print($newconfig['CUSTOM_IMAGE_TITLE']);?>"/><br> <input name="custom_image_label" type="text" value="<?php print($newconfig['CUSTOM_IMAGE_TITLE']);?>"/><br>