Update testing.ttnv3.js

This commit is contained in:
cheetah 2021-03-29 19:13:59 +02:00
parent b20af07e6c
commit f753af1187

View file

@ -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 **/