Update testing.ttnv3.js
This commit is contained in:
parent
b20af07e6c
commit
f753af1187
1 changed files with 1 additions and 9 deletions
|
@ -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…
Add table
Reference in a new issue