main/brewboard.c

branch
novnc
changeset 38
537ffe280775
parent 23
0a1c1a8324a3
child 39
e5900c9b9a7b
--- 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;

mercurial