# HG changeset patch # User Michiel Broek # Date 1558100611 -7200 # Node ID edbd879492047c3d6304ea776944f993cc2f46b0 # Parent 2aab3b5af4b59e19cfb147419e9337fd4a344db4 Code cleanup. 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;