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];