You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/sensors.json
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -184,9 +184,16 @@
184
184
{
185
185
"cmd_info": [
186
186
{
187
-
"description": "Reset angle values",
187
+
"description": "Reset accumulated angle",
188
188
"id": "0",
189
189
"name": "RESET"
190
+
},
191
+
{
192
+
"description": "Reset accumulated angle and save to EEPROM",
193
+
"id": "1",
194
+
"name": "CAL",
195
+
"name_footnote": "[^calibrate]",
196
+
"notes": "\n[^calibrate]: When Calibrating the sensor wait\n least 25ms before further reads from the sensor.\n That means disable polling by setting `poll_ms`\n to 0 before sending this command.\n\n"
0 commit comments