Create testing.ttnv3.js

master
cheetah 4 years ago
parent f9fabb1f83
commit b20af07e6c

@ -0,0 +1,9 @@
function decodeUplink(input) {
return {
data: Decoder(input.bytes, input.fPort),
warnings: [],
errors: []
};
}
/** Attach the Code of testing.ttnv2.js **/
Loading…
Cancel
Save