#ifndef STATUS_H
#define STATUS_H

void statusWifiUpdate(uint8_t state);
void statusInit(void);

#endif