Skip to content

Commit 69a242b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/VL53L8CX_HelloWorld_I2C/VL53L8CX_HelloWorld_I2C.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ void display_commands_banner(void)
268268
snprintf(report, sizeof(report),"%c[2H", 27); /* 27 is ESC command */
269269
SerialPort.print(report);
270270

271-
Serial.print("53L7A1 Simple Ranging demo application\n");
271+
Serial.print("53L8A1 Simple Ranging demo application\n");
272272
Serial.print("--------------------------------------\n\n");
273273

274274
Serial.print("Use the following keys to control application\n");

0 commit comments

Comments
 (0)