aboutsummaryrefslogtreecommitdiff
path: root/_mussel2.c
diff options
context:
space:
mode:
Diffstat (limited to '_mussel2.c')
-rw-r--r--_mussel2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/_mussel2.c b/_mussel2.c
index d5db613..42ae010 100644
--- a/_mussel2.c
+++ b/_mussel2.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() {