From f753af1187fa54c8a84253a77508d1d0e98e7212 Mon Sep 17 00:00:00 2001 From: cheetah Date: Mon, 29 Mar 2021 19:13:59 +0200 Subject: [PATCH] Update testing.ttnv3.js --- birdy-slim-iot/payload-formatters/testing.ttnv3.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/birdy-slim-iot/payload-formatters/testing.ttnv3.js b/birdy-slim-iot/payload-formatters/testing.ttnv3.js index c645d88..62bd47d 100644 --- a/birdy-slim-iot/payload-formatters/testing.ttnv3.js +++ b/birdy-slim-iot/payload-formatters/testing.ttnv3.js @@ -1,9 +1 @@ -function decodeUplink(input) { - return { - data: Decoder(input.bytes, input.fPort), - warnings: [], - errors: [] - }; -} - -/** Attach the Code of testing.ttnv2.js **/ +/** Use the Code of testing.ttnv2.js **/