resolve warnings

This commit is contained in:
Mario Pesch
2021-03-19 15:27:18 +01:00
parent a163c76463
commit 31e0880e7a
19 changed files with 34 additions and 28 deletions
@@ -28,10 +28,8 @@ export const DISPLAY = {
senseBox_display_plotXRange2: "X-Range End",
senseBox_display_plotYRange1: "Y-Range Begin",
senseBox_display_plotYRange2: "Y-Range End",
senseBox_display_plotXTick: "X-Linienabstand",
senseBox_display_plotYTick: "Y-Tick",
senseBox_display_plotXTick: "X-Tick",
senseBox_display_printDisplay_tooltip: "Use this Block to plot values on the OLED Display",
senseBox_display_plotTimeFrame: "TimeFrame",
sensebox_display_fillCircle: "Draw Point",
sensebox_display_fillCircle_radius: "Radius",
@@ -44,7 +44,6 @@ export const LORA = {
senseBox_LoRa_init_helpurl: "https://en.docs.sensebox.de/blockly/blockly-web-lora/",
senseBox_LoRa_init_otaa_tooltip: "Initialize the LoRa transmission. The activation is done via OTAA. Register an application on [thethingsnetwork](https://thethingsnetwork.com) and copy the **DEVICE EUI** and the **Application EUI** in **lsb format** the **App Key** in **msb format**.",
senseBox_LoRa_init_helpurl: "https://en.docs.sensebox.de/blockly/blockly-web-lora/",
}