Nau7802Config: Message<"meshtastic.Nau7802Config"> & {
    calibrationFactor: number;
    zeroOffset: number;
}

NAU7802 Telemetry configuration, for saving to flash

Type declaration

  • calibrationFactor: number

    The calibration factor for the NAU7802

    from field: float calibrationFactor = 2;

  • zeroOffset: number

    The offset setting for the NAU7802

    from field: int32 zeroOffset = 1;

from message meshtastic.Nau7802Config