Menu

Slight bug in Focuserv278_DRV8825_HW203_OLED (line 1063)

Norm C
2019-01-01
2019-01-02
  • Norm C

    Norm C - 2019-01-01

    Hello,
    many thanks for this awesome project.
    There is a slight bug in Focuserv278_DRV8825_HW203_OLED, that prevents the motorspeed setting (or so i believe).

    For me it must be (starting at line 1061):

        case 15:  // :15XX#   None    Set MotorSpeed, 00 = Slow, 01 = Med, 02 = Fast
          paramval = decstr2int(param);
          motorSpeed = savedmotorSpeed = (byte) paramval & 0x03;
          updatemotorSpeedDelay();
          break;
    

    instead of "0x11" on line 1063
    Kind regards, Norman

     
  • brownrb

    brownrb - 2019-01-01

    Hi Norm
    Many thanks for the find, you had the misfortune of picking the ony file where I appear to have stuffed up.
    I have uploaded a revised firmware 278 with the corrected file,

    Many thanks
    Robert

     
  • Norm C

    Norm C - 2019-01-02

    Thank you for the quick response and glad to be able to help. Norman

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.