main/brewboard.c

branch
novnc
changeset 38
537ffe280775
parent 23
0a1c1a8324a3
child 39
e5900c9b9a7b
equal deleted inserted replaced
37:1b82a6d50a39 38:537ffe280775
146 } 146 }
147 TFT_print(" Ok\r\n", LASTX, LASTY); 147 TFT_print(" Ok\r\n", LASTX, LASTY);
148 SoundPlay(SOUND_StartUp); 148 SoundPlay(SOUND_StartUp);
149 149
150 /* Do not write to the TFT during VNC startup to avoid race conditions */ 150 /* Do not write to the TFT during VNC startup to avoid race conditions */
151 VncStartup(); 151 // VncStartup();
152 start_http_websocket(); 152 start_http_websocket();
153 vTaskDelay(1000 / portTICK_PERIOD_MS); 153 vTaskDelay(1000 / portTICK_PERIOD_MS);
154 Main_Screen = MAIN_MODE_FREE; 154 Main_Screen = MAIN_MODE_FREE;
155 155
156 // static char cBuffer[ 1024 ]; 156 // static char cBuffer[ 1024 ];

mercurial