Merge branch 'master' into ui-updates

This commit is contained in:
Mario Pesch
2021-07-01 11:02:03 +02:00
17 changed files with 8417 additions and 10113 deletions
+2
View File
@@ -10,6 +10,7 @@ import { DISPLAY } from "./de/sensebox-display";
import { LED } from "./de/sensebox-led";
import { LORA } from "./de/sensebox-lora";
import { OSEM } from "./de/sensebox-osem";
import { RTC } from "./de/sensebox-rtc";
import { SD } from "./de/sensebox-sd";
import { SENSORS } from "./de/sensebox-sensors";
import { SENSEBOX } from "./de/sensebox";
@@ -36,6 +37,7 @@ export const De = {
...LED,
...LORA,
...OSEM,
...RTC,
...SD,
...SENSORS,
...SENSEBOX,