diff options
| -rw-r--r-- | README.md | 20 | 
1 files changed, 10 insertions, 10 deletions
@@ -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...  |