Merge remote branch 'upstream/master'
This commit is contained in:
commit
163d9d0eb2
1 changed files with 2 additions and 2 deletions
|
|
@ -83,9 +83,9 @@ char *strchr_pointer; // just a pointer to find chars in the cmd string like X,
|
|||
|
||||
//manage heater variables
|
||||
int target_raw = 0;
|
||||
int current_raw;
|
||||
int current_raw =0;
|
||||
int target_bed_raw = 0;
|
||||
int current_bed_raw;
|
||||
int current_bed_raw=0;
|
||||
float tt=0,bt=0;
|
||||
#ifdef PIDTEMP
|
||||
int temp_iState=0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue