Files
Torsten Bögershausenandzimoch 3104031b7c 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-12 14:43:07 +01:00
..
2020-05-06 13:21:37 -05:00
2020-05-11 09:41:01 -05:00
2020-05-06 13:21:37 -05:00