• In SX.prototype.setTxConfig

    SX.prototype.setTxConfig = function( options ) {
      options = this.commonSetConfig(options);
      ....
      this.w( REG.PREAMBLEMSB, ( preambleLen >> 8 ) & 0x00FF );
      this.w( REG.PREAMBLELSB, preambleLen & 0xFF );
    };
    

    missing "options." before "preambleLen"

  • Thanks! Just updated - it should go live in the next few days.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

There are some errors in the code of module SX127x

Posted by Avatar for sys @sys

Actions