k3ng_rotator_controller icon indicating copy to clipboard operation
k3ng_rotator_controller copied to clipboard

Error compiling with "HMC5883"

Open Baerchen239 opened this issue 9 months ago • 0 comments

Error in the file k3ng_rotator_controller.ino:

    // Set calibration offset. See HMC5883L_calibration.ino
    compass.setOffset(0, 0 );

Correct:

    // Set calibration offset. See HMC5883L_calibration.ino
    compass.setOffset(0, 0, 0 );

Please correct in the official code.

Baerchen239 avatar Feb 11 '25 20:02 Baerchen239