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