Update testing.ttnv3.js
parent
b20af07e6c
commit
f753af1187
@ -1,9 +1 @@
|
|||||||
function decodeUplink(input) {
|
/** Use the Code of testing.ttnv2.js **/
|
||||||
return {
|
|
||||||
data: Decoder(input.bytes, input.fPort),
|
|
||||||
warnings: [],
|
|
||||||
errors: []
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Attach the Code of testing.ttnv2.js **/
|
|
||||||
|
Loading…
Reference in New Issue