@@ -92,13 +92,13 @@ int main(void)
restore_settings();
if(set.boottobrew)
status.state = STATE_PREHEAT_BREW; // Go to brew instead of idle if configured thusly
// Startup screen
ssd1306_DrawString("therm v0.1", 1, 40);
ssd1306_DrawString("therm v0.2", 1, 40);
ssd1306_DrawString("protofusion.org/therm", 3, 0);
HAL_Delay(1500);
ssd1306_clearscreen();
// Main loop
Status change: