Changeset - a5edaa5d3c45
[Not reviewed]
cortex-f0
0 1 0
Ethan Zonca - 8 years ago 2016-04-23 22:24:38
ez@ethanzonca.com
Fixed preheating message with cooler plant
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
display.c
Show inline comments
 
@@ -418,13 +418,17 @@ void display_process(therm_settings_t* s
 

	
 
        case STATE_PREHEAT:
 
        {
 
            // Write text to OLED
 
            // [ therm : preheating brew ]
 
            // [ 30 => 120 C             ]
 
            ssd1306_drawstring("Preheating...", 0, 0);
 
            if(set->val.plant_type == PLANT_HEATER)
 
                ssd1306_drawstring("Preheating...", 0, 0);
 
            else
 
                ssd1306_drawstring("Precooling...", 0, 0);
 

	
 
            //ssd1306_drawlogo();
 
            draw_setpoint(status);
 

	
 
            status->pid_enabled = 1;
 
            status->setpoint = set->val.setpoint_brew;
 

	
0 comments (0 inline, 0 general)