From 8572f59968dcb6e4c2b726df630e699c4da05505 Mon Sep 17 00:00:00 2001 From: "IoTThinks.com" Date: Wed, 7 Jun 2023 16:41:22 +0700 Subject: [PATCH] Rename Dragino-RS485-BL.txt to Dragino-RS485-BL.js --- Codec/{Dragino-RS485-BL.txt => Dragino-RS485-BL.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Codec/{Dragino-RS485-BL.txt => Dragino-RS485-BL.js} (97%) diff --git a/Codec/Dragino-RS485-BL.txt b/Codec/Dragino-RS485-BL.js similarity index 97% rename from Codec/Dragino-RS485-BL.txt rename to Codec/Dragino-RS485-BL.js index bc9e171..811feb1 100644 --- a/Codec/Dragino-RS485-BL.txt +++ b/Codec/Dragino-RS485-BL.js @@ -29,4 +29,4 @@ function decodeUplink(input) { // - bytes = Byte array containing the downlink payload. function encodeDownlink(input) { return {bytes: []}; -} \ No newline at end of file +}