Rename Dragino-RS485-BL.txt to Dragino-RS485-BL.js

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

View File

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