Create testing.ttnv3.js

This commit is contained in:
cheetah 2021-03-29 19:11:24 +02:00
parent f9fabb1f83
commit b20af07e6c

View file

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