This commit is contained in:
mcguirepr89
2022-02-23 22:18:35 -05:00
parent 066b9c1c34
commit cf0a3436f7
9 changed files with 59 additions and 423 deletions
+2 -2
View File
@@ -7,5 +7,5 @@ if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {
$refreshtime = $config['RECORDING_LENGTH'];
header("refresh:$refreshtime");
?>
<body style='background-color:rgb(119, 196, 135)'>
<img src='/spectrogram.png?nocache=<?php echo time();?>' style='display: block; height: 100%; width: 100%;'>
<body>
<img src='/spectrogram.png?nocache=<?php echo time();?>'>