From 5d7c50a2cb036c6a3707dbb5272d98876d31252f Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Fri, 5 May 2023 02:46:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Replace=20standard=20webserver?= =?UTF-8?q?=20with=20async?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/index.html | 9 +- include/AsyncJpegStreamHandler.h | 140 ++++++++++++++++++++ include/WebsocketHandler.h | 73 +++++++++++ platformio.ini | 2 +- src/main.cpp | 212 ++----------------------------- 5 files changed, 231 insertions(+), 205 deletions(-) create mode 100644 include/AsyncJpegStreamHandler.h create mode 100644 include/WebsocketHandler.h diff --git a/data/index.html b/data/index.html index 5998145..f8fea38 100644 --- a/data/index.html +++ b/data/index.html @@ -3,7 +3,10 @@ - + + + + Spot Micro