diff --git a/decode.js b/decode.js index 8ac302f..cd55d0c 100644 --- a/decode.js +++ b/decode.js @@ -1,3 +1,11 @@ +function decodeUplink(input) { + return { + data: Decode(input.fPort, input.bytes, 0), + warnings: [], + errors: [] + }; + } + var cursor = 0; var buffer;