From 8b6e1f8b145cb969f7af4005c4e189aa219d12ab Mon Sep 17 00:00:00 2001 From: Zdzislaw Goik Date: Mon, 10 Apr 2023 20:40:30 +0200 Subject: [PATCH] chore(minor): update readme about the usb support [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6837afa..9f36b39 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Nonetheless, pull requests and issues are welcome, let's get this cracking! - [x] CI/CD with github actions - so we can more seamlessly update the trackers - [x] LED status patterns - so that you know what's going on without plugging the tracker in to the PC - [x] Better OTA so that updates can be downloaded from github and pushed by the server to the tracker +- [x] Streaming over USB on boards that support it (ESP32S3 / XIAO ESP32S3 Sense thanks to XadE#2410 and Seaweed#4353 ### TODO - [ ] streaming over sockets instead of HTTP MJPEG for faster streams!