Skip to content

Commit 65ee50a

Browse files
authored
Update Send_UID_over_433Mhz.ino
1 parent c57b755 commit 65ee50a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Send_UID_over_433Mhz.ino

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ void loop(void) {
4646

4747
if (success){
4848
Serial.print("Tag found: ");
49+
keyDuino.buzz(100);
4950
readID = keyDuino.convertUintToString(uid, uidLength);
5051
readID.toCharArray(UidArray, sizeof(UidArray) + 1 ); //UID als char Array
5152

0 commit comments

Comments
 (0)