ESP-Miner/main/main.h

10 lines
232 B
C
Raw Permalink Normal View History

#ifndef MAIN_H_
#define MAIN_H_
2023-06-21 19:21:49 -04:00
#include "connect.h"
2024-12-11 23:03:58 +01:00
void MINER_set_wifi_status(wifi_status_t status, int retry_count, int reason);
void MINER_set_ap_status(bool enabled);
2024-03-17 15:37:41 -04:00
void self_test(void * pvParameters);
2023-06-21 19:21:49 -04:00
#endif /* MAIN_H_ */