mbroek / MBSE-ArdRims

Arduino software for a single vessel brewsystem with some extra's.
7 stars 6 forks source link

English setup #11

Closed mbroek closed 7 years ago

mbroek commented 7 years ago

In file included from C:\Users\marcinmi\Dropbox\Arduino\ArdBir\MBSE-ArdRims-Netherlands\MBSE-ArdRims\MBSE-ArdRims.ino:272:0:

sketch\setup.h: In function 'void set_PID()':

setup.h:285: error: too few arguments to function 'void editUint(const char*, int, int, float, int)'

editUint("PID kP" , EM_PID_Kp, 200, 100);

                                           ^

sketch\setup.h:65:6: note: declared here

void editUint(const char *label, int address, int max, float step, int div) {

  ^

setup.h:286: error: too few arguments to function 'void editUint(const char*, int, int, float, int)'

editUint("PID kI" , EM_PID_Ki, 250, 0);

                                           ^

sketch\setup.h:65:6: note: declared here

void editUint(const char *label, int address, int max, float step, int div) {

  ^

setup.h:287: error: too few arguments to function 'void editUint(const char*, int, int, float, int)'

editUint("PID kD" , EM_PID_Kd, 200, 100);

                                           ^

sketch\setup.h:65:6: note: declared here

void editUint(const char *label, int address, int max, float step, int div) {

  ^

exit status 1 too few arguments to function 'void editUint(const char*, int, int, float, int)'

mbroek commented 7 years ago

Fixed in versions 0.2.1 and 0.2.2