2024-05-13 11:43:31 -07:00

10 lines
170 B
C

/// © 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