mirror of https://github.com/arendst/Tasmota.git
Spelling fixes
This commit is contained in:
parent
94485913e5
commit
cc692e490f
|
@ -554,15 +554,15 @@
|
|||
#define D_GZ_AXIS "Gyro Z-Axis"
|
||||
|
||||
// xsns_34_hx711.ino
|
||||
#define D_HX_CAL_REMOVE "Remove weigth"
|
||||
#define D_HX_CAL_REFERENCE "Load reference weigth"
|
||||
#define D_HX_CAL_REMOVE "Remove weight"
|
||||
#define D_HX_CAL_REFERENCE "Load reference weight"
|
||||
#define D_HX_CAL_DONE "Calibrated"
|
||||
#define D_HX_CAL_FAIL "Calibration failed"
|
||||
#define D_RESET_HX711 "Reset Scale"
|
||||
#define D_CONFIGURE_HX711 "Configure Scale"
|
||||
#define D_HX711_PARAMETERS "Scale parameters"
|
||||
#define D_ITEM_WEIGHT "Item weight"
|
||||
#define D_REFERENCE_WEIGHT "Reference weigth"
|
||||
#define D_REFERENCE_WEIGHT "Reference weight"
|
||||
#define D_CALIBRATE "Calibrate"
|
||||
#define D_CALIBRATION "Calibration"
|
||||
|
||||
|
|
|
@ -554,15 +554,15 @@
|
|||
#define D_GZ_AXIS "Gyro Z-Axis"
|
||||
|
||||
// xsns_34_hx711.ino
|
||||
#define D_HX_CAL_REMOVE "Remove weigth"
|
||||
#define D_HX_CAL_REFERENCE "Load reference weigth"
|
||||
#define D_HX_CAL_REMOVE "Remove weight"
|
||||
#define D_HX_CAL_REFERENCE "Load reference weight"
|
||||
#define D_HX_CAL_DONE "Calibrated"
|
||||
#define D_HX_CAL_FAIL "Calibration failed"
|
||||
#define D_RESET_HX711 "Reset Scale"
|
||||
#define D_CONFIGURE_HX711 "Configure Scale"
|
||||
#define D_HX711_PARAMETERS "Scale parameters"
|
||||
#define D_ITEM_WEIGHT "Item weight"
|
||||
#define D_REFERENCE_WEIGHT "Reference weigth"
|
||||
#define D_REFERENCE_WEIGHT "Reference weight"
|
||||
#define D_CALIBRATE "Calibrate"
|
||||
#define D_CALIBRATION "Calibration"
|
||||
|
||||
|
|
|
@ -554,15 +554,15 @@
|
|||
#define D_GZ_AXIS "Gyro Z-Axis"
|
||||
|
||||
// xsns_34_hx711.ino
|
||||
#define D_HX_CAL_REMOVE "Remove weigth"
|
||||
#define D_HX_CAL_REFERENCE "Load reference weigth"
|
||||
#define D_HX_CAL_REMOVE "Remove weight"
|
||||
#define D_HX_CAL_REFERENCE "Load reference weight"
|
||||
#define D_HX_CAL_DONE "Calibrated"
|
||||
#define D_HX_CAL_FAIL "Calibration failed"
|
||||
#define D_RESET_HX711 "Reset Scale"
|
||||
#define D_CONFIGURE_HX711 "Configure Scale"
|
||||
#define D_HX711_PARAMETERS "Scale parameters"
|
||||
#define D_ITEM_WEIGHT "Item weight"
|
||||
#define D_REFERENCE_WEIGHT "Reference weigth"
|
||||
#define D_REFERENCE_WEIGHT "Reference weight"
|
||||
#define D_CALIBRATE "Calibrate"
|
||||
#define D_CALIBRATION "Calibration"
|
||||
|
||||
|
|
|
@ -554,15 +554,15 @@
|
|||
#define D_GZ_AXIS "Орієнт Вісь-Z"
|
||||
|
||||
// xsns_34_hx711.ino
|
||||
#define D_HX_CAL_REMOVE "Remove weigth"
|
||||
#define D_HX_CAL_REFERENCE "Load reference weigth"
|
||||
#define D_HX_CAL_REMOVE "Remove weight"
|
||||
#define D_HX_CAL_REFERENCE "Load reference weight"
|
||||
#define D_HX_CAL_DONE "Calibrated"
|
||||
#define D_HX_CAL_FAIL "Calibration failed"
|
||||
#define D_RESET_HX711 "Reset Scale"
|
||||
#define D_CONFIGURE_HX711 "Configure Scale"
|
||||
#define D_HX711_PARAMETERS "Scale parameters"
|
||||
#define D_ITEM_WEIGHT "Item weight"
|
||||
#define D_REFERENCE_WEIGHT "Reference weigth"
|
||||
#define D_REFERENCE_WEIGHT "Reference weight"
|
||||
#define D_CALIBRATE "Calibrate"
|
||||
#define D_CALIBRATION "Calibration"
|
||||
|
||||
|
|
|
@ -554,8 +554,8 @@
|
|||
#define D_GZ_AXIS "Gyro Z-Axis"
|
||||
|
||||
// xsns_34_hx711.ino
|
||||
#define D_HX_CAL_REMOVE "Remove weigth"
|
||||
#define D_HX_CAL_REFERENCE "Load reference weigth"
|
||||
#define D_HX_CAL_REMOVE "Remove weight"
|
||||
#define D_HX_CAL_REFERENCE "Load reference weight"
|
||||
#define D_HX_CAL_DONE "Đã hiệu chỉnh"
|
||||
#define D_HX_CAL_FAIL "Hiệu chỉnh thất bại"
|
||||
#define D_RESET_HX711 "Xóa thang chia"
|
||||
|
|
|
@ -179,9 +179,9 @@ void SetWeightDelta()
|
|||
* Sensor34 3 <weight in gram> - Set reference weight
|
||||
* Sensor34 4 - Show calibrated scale value
|
||||
* Sensor34 4 <scale value> - Set calibrated scale value
|
||||
* Sensor34 5 - Show max weigth in gram
|
||||
* Sensor34 5 - Show max weight in gram
|
||||
* Sensor34 5 <weight in gram> - Set max weight
|
||||
* Sensor34 6 - Show item weigth in decigram
|
||||
* Sensor34 6 - Show item weight in decigram
|
||||
* Sensor34 6 <weight in decigram> - Set item weight
|
||||
* Sensor34 7 - Save current weight to be used as start weight on restart
|
||||
* Sensor34 8 0 - Disable JSON weight change message
|
||||
|
|
Loading…
Reference in New Issue