update func.sh wranglers for new functions

This commit is contained in:
Michael Moon 2011-03-05 15:59:29 +11:00
parent 16944d4394
commit 9234fefd06
1 changed files with 2 additions and 2 deletions

View File

@ -341,12 +341,12 @@ mendel_heater_pid() {
echo "O=$O T=$T" echo "O=$O T=$T"
} }
if [[ "$0" =~ ^mendel_(setup|reset|cmd|readsym|heater_pid) ]] if [[ "$0" =~ ^mendel_(setup|reset|talk|cmd|readsym|heater_pid|print) ]]
then then
eval "$0" "$@" eval "$0" "$@"
fi fi
if [[ "$1" =~ ^mendel_(setup|reset|cmd|readsym|heater_pid) ]] if [[ "$1" =~ ^mendel_(setup|reset|talk|cmd|readsym|heater_pid|print) ]]
then then
eval "$@" eval "$@"
fi fi