🧼 Removes unused imports
This commit is contained in:
@@ -2,12 +2,8 @@
|
|||||||
import SettingsCard from '$lib/components/SettingsCard.svelte'
|
import SettingsCard from '$lib/components/SettingsCard.svelte'
|
||||||
import { onMount } from 'svelte'
|
import { onMount } from 'svelte'
|
||||||
import { socket } from '$lib/stores'
|
import { socket } from '$lib/stores'
|
||||||
import type { I2CDevice, PeripheralsConfiguration } from '$lib/types/models'
|
import type { I2CDevice } from '$lib/types/models'
|
||||||
import { Cancel, Connection, Edit, Power, Router } from '$lib/components/icons'
|
import { Connection } from '$lib/components/icons'
|
||||||
import { modals } from 'svelte-modals'
|
|
||||||
import ConfirmDialog from '$lib/components/ConfirmDialog.svelte'
|
|
||||||
import Spinner from '$lib/components/Spinner.svelte'
|
|
||||||
import StatusItem from '$lib/components/StatusItem.svelte'
|
|
||||||
import I2CSetting from './i2cSetting.svelte'
|
import I2CSetting from './i2cSetting.svelte'
|
||||||
|
|
||||||
const i2cDevices = [
|
const i2cDevices = [
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
#include <task_manager.h>
|
#include <task_manager.h>
|
||||||
#include <wifi_service.h>
|
#include <wifi_service.h>
|
||||||
#include <ap_service.h>
|
#include <ap_service.h>
|
||||||
|
#include <mdns_service.h>
|
||||||
|
|
||||||
#ifdef EMBED_WWW
|
#ifdef EMBED_WWW
|
||||||
#include <WWWData.h>
|
#include <WWWData.h>
|
||||||
@@ -79,6 +80,7 @@ class Spot {
|
|||||||
WiFiService _wifiService;
|
WiFiService _wifiService;
|
||||||
APService _apService;
|
APService _apService;
|
||||||
EventSocket _socket;
|
EventSocket _socket;
|
||||||
|
MDNSService _mdnsService;
|
||||||
#if FT_ENABLED(USE_UPLOAD_FIRMWARE)
|
#if FT_ENABLED(USE_UPLOAD_FIRMWARE)
|
||||||
FirmwareUploadService _uploadFirmwareService;
|
FirmwareUploadService _uploadFirmwareService;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user