added german messages and put only servo motor in toolbox

This commit is contained in:
Bjoern Luig
2022-07-30 23:32:22 +02:00
parent de15bcf993
commit 047588842c
8 changed files with 172 additions and 100 deletions
+2
View File
@@ -7,6 +7,7 @@ import { LOOPS } from "./de/loops";
import { MATH } from "./de/math";
import { MQTT } from "./de/mqtt";
import { DISPLAY } from "./de/sensebox-display";
import { MOTORS } from "./de/sensebox-motors";
import { LED } from "./de/sensebox-led";
import { LORA } from "./de/sensebox-lora";
import { OSEM } from "./de/sensebox-osem";
@@ -34,6 +35,7 @@ export const De = {
...MATH,
...MQTT,
...DISPLAY,
...MOTORS,
...LED,
...LORA,
...OSEM,