/// © MiroZ 2024 #ifndef __ERRORS_H__ #define __ERRORS_H__ #define WH_OK 0 #define WH_ERR_WIFI_NOT_PROVISIONED 1 #define WH_ERR_WIFI_NOT_CONNECTED 2 #endif