From f71255ec5f100cf9a8c54a26ec60dbda5c6b8b78 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 25 Feb 2025 20:42:23 +0100 Subject: mention device name in ready notice --- _mussel1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_mussel1.c b/_mussel1.c index d5db613..42ae010 100644 --- a/_mussel1.c +++ b/_mussel1.c @@ -119,7 +119,8 @@ void setup() { init_service(); init_beacon(); - Serial.println("iBeacon + service defined and advertising!"); + Serial.printf("iBeacon + service defined and advertising: %s", + DEVICE_NAME); } void loop() { -- cgit v1.2.3