k3ng_rotator_controller
k3ng_rotator_controller copied to clipboard
Error compiling with "HMC5883"
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.