Skip to content

Commit

Permalink
Update VL53L8CX_ThresholdDetection.ino
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Parata <[email protected]>
  • Loading branch information
cparata authored Jun 19, 2024
1 parent 69a242b commit 5d9a7d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void print_result(VL53L8CX_ResultsData *Result)

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

Expand Down

0 comments on commit 5d9a7d8

Please sign in to comment.