Skip to content

Commit b475de8

Browse files
committed
Fix ID extension in example
1 parent 17d981e commit b475de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/EventTrigger/EventTrigger.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void loop()
6565
}
6666
delay(100);
6767

68-
// 3 bytes (ALM) + 4 bytes (ID) + 1 byte (source) < 12 bytes
68+
// 3 bytes (ALM) + 8 bytes (ID as String) + 1 byte (source) < 12 bytes
6969
String to_be_sent = "ALM" + SigFox.ID() + String(alarm_source);
7070

7171
SigFox.beginPacket();

0 commit comments

Comments
 (0)