css fixes
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user