void guiTask(void* parameter);
struct ca_status{
bool wifi;
bool webserver;
unsigned int serial;
bool init;
};