Skip to content

Commit

Permalink
bug fix default crc
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAhrdt committed Feb 9, 2024
1 parent 72562bc commit 8e51d06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ For now there is documentation in English here: http://www.hafenmeister.com/Lora
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (BenAhrdt) default value crc config bug fixed

### 0.1.11 (2024-02-09)
* (BenAhrdt) min / max values for downlink-configs (number)

Expand Down
4 changes: 2 additions & 2 deletions admin/i18n/de/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"no crc": "Keine Prüfumme hinzufügen",
"limitMin": "Minimum begrenzen",
"limitMinTooltip": "Begrenzt die Möglichkeit von Eingaben in negativer Richtung ein",
"limitMinValue": "Mindest. Wert",
"limitMinValue": "Mindestwert",
"limitMinValueTooltip": "Geben Sie den Grenzwert in negativer Richtung ein",
"limitMax": "Maximum begrenzen",
"limitMaxTooltip": "Begrenzt die Möglichkeit von Eingaben in positiver Richtung ein",
"limitMaxValue": "max. Wert",
"limitMaxValue": "Maximalwert",
"limitMaxValueTooltip": "Geben Sie den Grenzwert in positiver Richtung ein"
}
3 changes: 1 addition & 2 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
{"label":"KERMIT","value":"KERMIT"},
{"label":"KERMIT (Little Endian)","value":"KERMIT.LittleEndian"}
],
"default": "no crc",
"default": "noCrc",
"sm":2
},
{
Expand All @@ -362,7 +362,6 @@
"sm":1
},
{
"newLine": true,
"type": "checkbox",
"attr": "limitMax",
"label": "limitMax",
Expand Down

0 comments on commit 8e51d06

Please sign in to comment.