From babb07990476a3f070b7356f7733e74239ac6154 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 16 Jul 2013 15:38:49 +0200 Subject: [PATCH] new supported power supply: Instek PST --- web/htdocs/tools/pwr/pwr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/htdocs/tools/pwr/pwr.pl b/web/htdocs/tools/pwr/pwr.pl index 23aa218..724f26a 100755 --- a/web/htdocs/tools/pwr/pwr.pl +++ b/web/htdocs/tools/pwr/pwr.pl @@ -48,7 +48,7 @@ transmit_command() if $ser_type eq "PSP"; #if new command, send it! receive_answer() if $ser_type eq "PSP"; # always called -print receive_answer_HMP() if $ser_type eq "HMP"; # always called +print receive_answer_HMP() if $ser_type eq "HMP" or $ser_type eq "PST"; # always called # transmit_command(); # send relais off in case current maximum is reached! -- 2.43.0