diff -r 1b82a6d50a39 -r 537ffe280775 main/brewboard.c --- a/main/brewboard.c Thu May 02 11:57:07 2019 +0200 +++ b/main/brewboard.c Thu May 02 17:12:06 2019 +0200 @@ -148,7 +148,7 @@ SoundPlay(SOUND_StartUp); /* Do not write to the TFT during VNC startup to avoid race conditions */ - VncStartup(); +// VncStartup(); start_http_websocket(); vTaskDelay(1000 / portTICK_PERIOD_MS); Main_Screen = MAIN_MODE_FREE;