🪄 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:
committed by
Rune Daugaard Harlyk
parent
4c7b8954eb
commit
4282055be0
@@ -2,7 +2,7 @@
|
||||
import { onDestroy } from 'svelte';
|
||||
import location from '../lib/location';
|
||||
|
||||
let videoStream = `//${location}/stream`;
|
||||
let videoStream = `//${location}/api/stream`;
|
||||
|
||||
onDestroy(() => {
|
||||
videoStream = '#';
|
||||
|
||||
Reference in New Issue
Block a user