1
0
mirror of https://github.com/skot/ESP-Miner.git synced 2025-04-02 00:51:32 +02:00
2024-12-11 23:03:58 +01:00

10 lines
232 B
C

#ifndef MAIN_H_
#define MAIN_H_
#include "connect.h"
void MINER_set_wifi_status(wifi_status_t status, int retry_count, int reason);
void MINER_set_ap_status(bool enabled);
void self_test(void * pvParameters);
#endif /* MAIN_H_ */