diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-02-25 20:42:23 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-02-25 20:42:23 +0100 |
commit | f71255ec5f100cf9a8c54a26ec60dbda5c6b8b78 (patch) | |
tree | 9033930511df88194305680e8206e58f588e052d | |
parent | e9ca4ff58f565f9c3f751c22326280d9f4512a8f (diff) |
mention device name in ready notice
-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() { |