summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index ac80d0c..875c27a 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,16 @@ Need to be able to stream audio and video and display it on a website.
## How?
```
- ┌───────────────────────────────────────────────┐
- │ │
- ┌──────────┐ │ ┌──────┐ ┌──────────┐ │
- │Microphone├─────│─►│nerves│ ┌──────┐ │ Phoenix │ │
- └──────────┘ │ └──────┘ │nerves├─────────────►│ Liveview │ │
- ┌──────────┐ │ ┌──────┐ └──────┘ └──────────┘ │
- │ Camera ├─────│─►│nerves│ │
- └──────────┘ │ └──────┘ │
- │ │
- └───────────────────────────────────────────────┘
+ ┌─────────────────────────┐
+ │ RPi 5 │
+ ┌──────────┐ │ │ ┌──────────┐
+ │Microphone├─────│──┐ ┌────────┐ │ │ Phoenix │
+ └──────────┘ │ ├─►│ nerves ├──────────┼──────►│ Liveview │
+ ┌──────────┐ │ │ └────────┘ │ └──────────┘
+ │ Camera ├─────│──┘ │
+ └──────────┘ │ │
+ │ │
+ └─────────────────────────┘
```
tbd...