diff --git a/site/img/distance.png b/site/img/distance.png new file mode 100644 index 0000000..5a95da2 Binary files /dev/null and b/site/img/distance.png differ diff --git a/site/network.php b/site/network.php index 632332b..6aa58d1 100644 --- a/site/network.php +++ b/site/network.php @@ -34,7 +34,7 @@ $raspberrys = getRaspberrys(); } else if(strcmp($capteur['type'], "Distance") == 0) { - $source = "img/pi.png"; + $source = "img/distance.png"; } ?>