diff options
| author | kliment <kliment.yanev@gmail.com> | 2011-07-06 15:16:25 +0200 | 
|---|---|---|
| committer | kliment <kliment.yanev@gmail.com> | 2011-07-06 15:16:25 +0200 | 
| commit | e8c20068e7b08d77eaca5de5b6acb6fa45f29b4a (patch) | |
| tree | 1e138bc5d175d4b5f7e243d9bea06b2df09e64d3 /Sprinter/Sprinter.pde | |
| parent | cc6f3e11bf196699e3ce1118f433fb4e174995e8 (diff) | |
| parent | 63f13c00b8d5cd71078ea540f434defa4bba71ec (diff) | |
Merge branch 'experimental' into refactor
Diffstat (limited to 'Sprinter/Sprinter.pde')
| -rw-r--r-- | Sprinter/Sprinter.pde | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Sprinter/Sprinter.pde b/Sprinter/Sprinter.pde index d4ba90d..cc31668 100644 --- a/Sprinter/Sprinter.pde +++ b/Sprinter/Sprinter.pde @@ -716,7 +716,7 @@ inline void process_commands()            {              tt=analog2temp(current_raw);              Serial.print("T:"); -            Serial.print( tt );  +            Serial.print( tt );              Serial.print(" B:");              Serial.println( analog2temp(current_bed_raw) );               codenum = millis();  | 
