Skip to content

Commit de2539b

Browse files
authored
Merge branch 'master' into spi_changes_2
2 parents 5de3ce8 + e9cd616 commit de2539b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/Telemetrix4Arduino/Telemetrix4Arduino.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@
180180
#define GET_FEATURES 54
181181
#define SONAR_SCAN_OFF 55
182182
#define SONAR_SCAN_ON 56
183+
183184
#define BOARD_HARD_RESET 57
184185

185186

187+
186188
/* Command Forward References*/
187189

188190
// If you add a new command, you must add the command handler
@@ -417,6 +419,7 @@ byte command_buffer[MAX_COMMAND_LENGTH];
417419
#define STEPPER_RUNNING_REPORT 18
418420
#define STEPPER_RUN_COMPLETE_REPORT 19
419421
#define FEATURES 20
422+
420423
#define DEBUG_PRINT 99
421424

422425
#ifdef I2C_ENABLED
@@ -463,7 +466,6 @@ bool sonar_reporting_enabled = true; // flag to start and stop sonar reporing
463466
#define FIRMWARE_PATCH 1
464467

465468

466-
467469
// Feature Masks And Storage
468470

469471
#define ONEWIRE_FEATURE 0x01

0 commit comments

Comments
 (0)