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