Create testing.ttnv3.js
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…
Reference in New Issue