Skip to content

Commit 5d9a7d8

Browse files
authored
Update VL53L8CX_ThresholdDetection.ino
Signed-off-by: Carlo Parata <[email protected]>
1 parent 69a242b commit 5d9a7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/VL53L8CX_ThresholdDetection/VL53L8CX_ThresholdDetection.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ void print_result(VL53L8CX_ResultsData *Result)
171171

172172
snprintf(report, sizeof(report),"%c[2H", 27); /* 27 is ESC command */
173173
SerialPort.print(report);
174-
SerialPort.print("53L7A1 Threshold Detection demo application\n");
174+
SerialPort.print("53L8A1 Threshold Detection demo application\n");
175175
SerialPort.print("-------------------------------------------\n\n");
176176
SerialPort.print("Cell Format :\n\n");
177177

0 commit comments

Comments
 (0)