diff -r 53774295e14a -r f3b0e9ac9bcb thermferm/server.c --- 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; }