From 108781da11adf24dd9c0ab71085926714c3b7318 Mon Sep 17 00:00:00 2001 From: marqdevx Date: Thu, 3 Nov 2022 10:56:37 +0100 Subject: [PATCH] Sketch: Fix device name --- .../nicla-sense-me/tutorials/web-ble-dashboard/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md index 75d1e31e9e..28d1a980a0 100644 --- a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md +++ b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md @@ -136,7 +136,7 @@ If you use a local IDE, you can copy & paste the following sketch: address.toUpperCase(); - name = "BLESense-"; + name = "NiclaSenseME-"; name += address[address.length() - 5]; name += address[address.length() - 4]; name += address[address.length() - 2];