🪄 Major refactoring to use ESP32 template

This includes the change to use https://github.com/runeharlyk/ESP32-rapid-development-template.git as a freeRTos template
This commit is contained in:
Rune Harlyk
2023-08-02 22:26:09 +02:00
committed by Rune Daugaard Harlyk
parent 4c7b8954eb
commit 4282055be0
42 changed files with 2169 additions and 1065 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import { onDestroy } from 'svelte';
import location from '../lib/location';
let videoStream = `//${location}/stream`;
let videoStream = `//${location}/api/stream`;
onDestroy(() => {
videoStream = '#';