snapshot msg 2s duration, funkey_gpio_mapping.conf with 0.1 timeout for sched_shutdown

This commit is contained in:
Vincent-FK
2021-01-04 18:33:30 +01:00
parent e07f2428b4
commit 7dc82e3635
3 changed files with 13 additions and 18 deletions

View File

@@ -32,7 +32,7 @@ stop_loop=false
proc_uid=$($GET_PROC_UID)
## Defines
VERSION="1.00"
VERSION="1.01"
LOG_FILE="/root/logs/assembly_tests/assy_tests_${proc_uid}.log"
[ -d $(dirname $LOG_FILE) ] || mkdir -p $(dirname $LOG_FILE)
MAGNET_DETECTED_FILE="/root/.assembly_tests_magnet_detected"

View File

@@ -14,5 +14,5 @@ else
fi
snapshot_file=$(printf "IMG_%04d.PNG" $last)
fbgrab "${SNAPSHOT_DIR}/${snapshot_file}"
notif_disp 1 " CAPTURE TO ${snapshot_file}"
notif_disp 2 " CAPTURE TO ${snapshot_file}"
exit 0