Menu

Typo in latest firmware

2023-10-23
2023-10-24
  • Woodpeckercz

    Woodpeckercz - 2023-10-23

    Hi,
    there is a typo in the lastest firmware.
    in driver_board.cpp line 402: digitalWrite(DRV8825M2, 0);
    should be : digitalWrite(MS3, 0);

    Also when compiling for DRV8825 error comes up saying :
    Compilation error: #error STEPSPERMOTORSHAFT360 not defined
    none of the defines for DRV8825 are defined (uncomented). Not sure if that's on purpose.
    is fixed by uncomenting one of the lines between 60 and 85 in myrotator_config.h

    thanks for awesome work btw.

     
  • brownrb

    brownrb - 2023-10-24

    Thanks, much appreciated. I will take a look

    Compilation error: #error STEPSPERMOTORSHAFT360 not defined

    Yes, in myrotatorconfig.h that one them must be defined. It may have been that I did nor make this clear enough.

    in driverboard.cpp line 402: digitalWrite(DRV8825M2, 0);
    should be : digitalWrite(MS3, 0);

    Correct.

    Regards
    Robert

    Regards
    Robert

     

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.