|
@@ -10,11 +10,11 @@ This work involves a display and a distance sensor ([HC-SR04](https://www.sparkf
|
10
|
10
|
|
11
|
11
|
#### View when far from screen (דברים שרואים משם)
|
12
|
12
|
|
13
|
|
-
|
|
13
|
+
|
14
|
14
|
|
15
|
15
|
#### View when near screen (לא רואים מכאן)
|
16
|
16
|
|
17
|
|
-
|
|
17
|
+
|
18
|
18
|
|
19
|
19
|
----
|
20
|
20
|
|
|
@@ -64,4 +64,4 @@ You can also browse to [http://localhost:5000/p](http://localhost:5000/p) to see
|
64
|
64
|
```
|
65
|
65
|
$ ./run.sh
|
66
|
66
|
```
|
67
|
|
-This will start the server and run a browser in kiosk mode.
|
|
67
|
+This will start the server and run a browser in kiosk mode.
|