Code cleanup.

Fri, 17 May 2019 15:43:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 17 May 2019 15:43:31 +0200
changeset 48
edbd87949204
parent 47
2aab3b5af4b5
child 49
4ec04c6f1551

Code cleanup.

main/brewboard.c file | annotate | diff | comparison | revisions
--- 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