css fixes

This commit is contained in:
2025-01-03 00:48:34 +01:00
parent 1927449c1d
commit 0f77ac163a
12 changed files with 255 additions and 230 deletions

View File

@@ -8,7 +8,7 @@ document.body.innerHTML = require('./main.html') as string;
import { TimeView } from "./timeview";
import { PlantView, PlantViews } from "./plant";
import { NetworkConfigView } from "./network";
import { NightLampView } from "./nightmode";
import { NightLampView } from "./nightlightview";
import { TankConfigView } from "./tankview";
import { SubmitView } from "./submitView";
import { ProgressView } from "./progress";
@@ -256,6 +256,6 @@ const controller = new Controller();
controller.updateRTCData();
controller.updateBatteryData();
controller.downloadConfig();
n controller.measure_moisture();
//controller.measure_moisture();
controller.version();