Files
motorBase/motorApp
Torsten Bögershausen 0aaf02d779 motorRecord: prevent endless loop VAL-HOMF-VAL
The following lead to an endless loop:
- move the motor by writing to the .VAL field
- while moving, home the motor using the HOMF field
- while still homing, write a different value to the VAL field.

The problem is that for "pmr->val != pmr->lval" the motorRecord is send
into do_work() and a new HOME is started.

Solution:
Reset the HOMF and HOMR buttons.
2025-02-11 15:13:36 +01:00
..
2020-05-06 13:21:37 -05:00
2020-05-06 13:21:37 -05:00