🍒 Makes feature toggles work independent

This commit is contained in:
Rune Harlyk
2024-06-05 14:42:56 +02:00
committed by Rune Harlyk
parent 5f5edcff2c
commit f95fdf02a5
9 changed files with 4702 additions and 4654 deletions
+3 -4
View File
@@ -65,12 +65,11 @@ ESP32SvelteKit::ESP32SvelteKit(PsychicHttpServer *server,
_systemStatus(server, &_securitySettingsService),
_fileExplorer(server, &_securitySettingsService),
_motionService(_server, &_socket, &_securitySettingsService,&_taskManager),
_deviceConfiguration(server, &ESPFS, &_securitySettingsService, &_socket),
#if FT_ENABLED(FT_IMU) || FT_ENABLED(FT_MAG) || FT_ENABLED(FT_BMP)
_imuService(&_socket)
_imuService(&_socket),
#endif
{
}
_deviceConfiguration(server, &ESPFS, &_securitySettingsService, &_socket)
{ }
void ESP32SvelteKit::begin() {
ESP_LOGV("ESP32SvelteKit", "Loading settings from files system");