main/brewboard.c

changeset 119
1cef3c25426b
parent 93
24cb415af787
equal deleted inserted replaced
118:ae30613ffa6f 119:1cef3c25426b
154 154
155 start_http_websocket(); 155 start_http_websocket();
156 vTaskDelay(1000 / portTICK_PERIOD_MS); 156 vTaskDelay(1000 / portTICK_PERIOD_MS);
157 Main_Screen = MAIN_MODE_FREE; 157 Main_Screen = MAIN_MODE_FREE;
158 158
159 // static char cBuffer[ 1024 ];
160
161 /* 159 /*
162 * Main application loop. 160 * Main application loop.
163 */ 161 */
164 while (1) { 162 while (1) {
165 vTaskDelay(20000 / portTICK_PERIOD_MS); 163 vTaskDelay(20000 / portTICK_PERIOD_MS);
166
167 // vTaskList( cBuffer );
168 // printf("Name State Prio Stack Num\n");
169 // printf("--------------- ------- ------- ------- -------\n");
170 // printf("%s\n", cBuffer);
171 } 164 }
172 // Not reached. 165 // Not reached.
173 } 166 }
174 167

mercurial