bakalarka/components/display/display.h

7 lines
126 B
C
Raw Normal View History

2020-03-30 11:21:12 +00:00
void guiTask(void* parameter);
struct ca_status{
bool wifi;
bool webserver;
unsigned int serial;
bool init;
};