diff --git a/main.c b/main.c --- a/main.c +++ b/main.c @@ -73,7 +73,7 @@ int main(void) // Go to brew instead of idle if configured thusly if(set.val.boottobrew) - status.state = STATE_PREHEAT_BREW; + status.state = STATE_PREHEAT; // Startup screen ssd1306_drawstring("therm v0.2", 1, 40);