File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
examples/Telemetrix4Arduino Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 180
180
#define GET_FEATURES 54
181
181
#define SONAR_SCAN_OFF 55
182
182
#define SONAR_SCAN_ON 56
183
+
183
184
#define BOARD_HARD_RESET 57
184
185
185
186
187
+
186
188
/* Command Forward References*/
187
189
188
190
// If you add a new command, you must add the command handler
@@ -417,6 +419,7 @@ byte command_buffer[MAX_COMMAND_LENGTH];
417
419
#define STEPPER_RUNNING_REPORT 18
418
420
#define STEPPER_RUN_COMPLETE_REPORT 19
419
421
#define FEATURES 20
422
+
420
423
#define DEBUG_PRINT 99
421
424
422
425
#ifdef I2C_ENABLED
@@ -463,7 +466,6 @@ bool sonar_reporting_enabled = true; // flag to start and stop sonar reporing
463
466
#define FIRMWARE_PATCH 1
464
467
465
468
466
-
467
469
// Feature Masks And Storage
468
470
469
471
#define ONEWIRE_FEATURE 0x01
You can’t perform that action at this time.
0 commit comments