M5Atom
M5Atom copied to clipboard
SetServoAngle was returning the wrong value on invalid Register_address
When Servo_CH is greater than 4 (Register_address is greater than 3), the return value will now be 1 instead of 0.
SetServoAngle always returns zero, so I fixed that.