pamoja for TypeScript - v0.1.18
    Preparing search index...

    Interface Sx127xSpuriousReception

    The receive settings of the SX127x spurious reception erratum.

    interface Sx127xSpuriousReception {
        automaticIf: boolean;
        ifFreq2?: number;
        offsetHz: number;
    }
    Index
    automaticIf: boolean

    Whether AutomaticIFOn stays on.

    ifFreq2?: number

    The RegIfFreq2 value, with RegIfFreq1 cleared, or null when the IF stays automatic.

    offsetHz: number

    How far above the carrier to receive, in hertz.