From ccd18386f5646f56de3e997da8f1beb9b4ed28d3 Mon Sep 17 00:00:00 2001 From: "IoTThinks.com" Date: Wed, 7 Jun 2023 16:41:36 +0700 Subject: [PATCH] Rename Dragino-RS485-LN.txt to Dragino-RS485-LN.js --- Codec/{Dragino-RS485-LN.txt => Dragino-RS485-LN.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Codec/{Dragino-RS485-LN.txt => Dragino-RS485-LN.js} (97%) diff --git a/Codec/Dragino-RS485-LN.txt b/Codec/Dragino-RS485-LN.js similarity index 97% rename from Codec/Dragino-RS485-LN.txt rename to Codec/Dragino-RS485-LN.js index 1989135..56358fe 100644 --- a/Codec/Dragino-RS485-LN.txt +++ b/Codec/Dragino-RS485-LN.js @@ -123,4 +123,4 @@ function encodeDownlink(input) { // Should not reach here return {bytes: []}; -} \ No newline at end of file +}