thermferm/server.c

changeset 311
f3b0e9ac9bcb
parent 310
53774295e14a
child 312
7b0f819a3805
--- a/thermferm/server.c	Sun Feb 15 20:38:54 2015 +0100
+++ b/thermferm/server.c	Sun Feb 15 23:09:00 2015 +0100
@@ -1616,8 +1616,8 @@
 		srv_send((char *)"IDLE_RANGE_L,%.1f", unit->idle_rangeL);
 		srv_send((char *)"IDLE_RANGE_H,%.1f", unit->idle_rangeH);
 		srv_send((char *)"PID_KP,%.2f", unit->PID_Kp);
+		srv_send((char *)"PID_KI,%.2f", unit->PID_Ki);
 		srv_send((char *)"PID_KD,%.2f", unit->PID_Kd);
-		srv_send((char *)"PID_KI,%.2f", unit->PID_Ki);
 		srv_send((char *)".");
 		return 1;
 	    }

mercurial