Rename Dragino-LSN50v2.txt to Dragino-LSN50v2.js

This commit is contained in:
IoTThinks.com 2023-06-07 16:39:55 +07:00 committed by GitHub
parent dcffbcc213
commit 7f9e60b1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,4 +151,4 @@ function decodeUplink(input) {
// - bytes = Byte array containing the downlink payload.
function encodeDownlink(input) {
return {bytes: []};
}
}