Pin forgectrl 25cf969 and register the offset probe on the bench page

forgectrl 25cf969 lets status.c link without the cooling engine (the
image build compiles the status host tests), so the pin moves to it;
verified with bitbake -c fetch. offset_probe.py joins the bench-page
registry (survey, ladder and jog; the armed dwell stays a hand-run mode)
and takes "survey" as a mode word.
This commit is contained in:
ScottW514
2026-08-29 17:47:05 -04:00
parent 8831d9b20e
commit 5920d9bc77
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ def main():
if len(sys.argv) > 1 and sys.argv[1] == 'armed':
return run_armed()
ladder = len(sys.argv) > 1 and sys.argv[1] == 'ladder'
repeat = int(sys.argv[1]) if len(sys.argv) > 1 and not ladder else 2
repeat = int(sys.argv[1]) if len(sys.argv) > 1 and sys.argv[1].isdigit() else 2
attrs = {
'exhaust': SYSFS + 'thermal/exhaust_pwm',
'intake': SYSFS + 'thermal/intake_pwm',