Skip to content

Commit 3f096bc

Browse files
authored
Rename Send_BT_to_LoPy.txt to Send_BT_to_LoPy.js
1 parent b298122 commit 3f096bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lorawan-nano-gateway/TTN-abp-puckjs/Send_BT_to_LoPy.txt renamed to examples/lorawan-nano-gateway/TTN-abp-puckjs/Send_BT_to_LoPy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ function sendToggle() {
7575
}
7676

7777
// Call this function when the button is pressed
78-
setWatch(sendToggle, BTN, { edge:"rising", debounce:50, repeat: true });
78+
setWatch(sendToggle, BTN, { edge:"rising", debounce:50, repeat: true });

0 commit comments

Comments
 (0)