From 9fa8f91aedca20ad91ef93197e7524066efdf24c Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 30 Oct 2021 21:45:46 -0400 Subject: [PATCH] Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353 --- firmware/gen_live_documentation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/gen_live_documentation.sh b/firmware/gen_live_documentation.sh index 49b8a4ae67..31437dca1a 100755 --- a/firmware/gen_live_documentation.sh +++ b/firmware/gen_live_documentation.sh @@ -11,6 +11,9 @@ bash gen_live_documentation_one_file.sh pid_state PidState.java util/math bash gen_live_documentation_one_file.sh engine_state EngineState.java controllers/algo [ $? -eq 0 ] || { echo "ERROR generating"; exit 1; } +bash gen_live_documentation_one_file.sh tps_accel_state TpsAccelState.java controllers/algo +[ $? -eq 0 ] || { echo "ERROR generating"; exit 1; } + bash gen_live_documentation_one_file.sh trigger_central TriggerCentral.java controllers/trigger [ $? -eq 0 ] || { echo "ERROR generating"; exit 1; }