diff -r 2aab3b5af4b5 -r edbd87949204 main/brewboard.c --- a/main/brewboard.c Fri May 17 15:39:05 2019 +0200 +++ b/main/brewboard.c Fri May 17 15:43:31 2019 +0200 @@ -149,8 +149,6 @@ TFT_print(" Ok\r\n", LASTX, LASTY); SoundPlay(SOUND_StartUp); - /* Do not write to the TFT during VNC startup to avoid race conditions */ -// VncStartup(); start_http_websocket(); vTaskDelay(1000 / portTICK_PERIOD_MS); Main_Screen = MAIN_MODE_FREE;