I am attempting to use the payload decoder for a TTN setup of RAK10701-L/P field test device on a things industries community edition LNS.
RAK10701 > https://github.com/RAKWireless/RAKwireless_Standardized_Payload/blob/main/RAK10701-FieldTester.js
When testing the decoder - ReferenceError: normalizedPayload is not defined at Decoder (:66:20(244)).
// error located @ decoded.num_gw = normalizedPayload.gateways.length;
For grins, if I comment out this line, next error encountered:
ReferenceError: rawPayload is not defined at Decoder (:76:15(263))
Anyone able to assist me with this problem?
Thanks.