diff options
-rw-r--r-- | _mussel1.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() { |