main/brewboard.c

changeset 48
edbd87949204
parent 47
2aab3b5af4b5
child 53
cf91a3a20d0d
--- 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;

mercurial