You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • It's because it got right to the end of lora.getStatus() and tried to call the callback function, which doesn't exist because you didn't specify it.

    Try lora.getStatus(console.log) :)

    Unfortunately the module gets minified, so what would have been a helpful variable name like callback just gets turned into b...

About

Avatar for Gordon @Gordon started