Updates the esp32 template to use eventsocket

This commit is contained in:
Rune Harlyk
2024-04-23 19:35:29 +02:00
committed by Rune Harlyk
parent 7e521235f4
commit 5148891fc4
31 changed files with 366 additions and 1809 deletions
@@ -8,12 +8,7 @@
import Spinner from '$lib/components/Spinner.svelte';
import MQTT from '~icons/tabler/topology-star-3';
import Info from '~icons/tabler/info-circle';
type BrokerSettings = {
mqtt_path: string;
name: string;
unique_id: string;
};
import type { BrokerSettings } from '$lib/types/models';
let brokerSettings: BrokerSettings;