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