mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-19 22:31:45 +01:00
8 lines
151 B
C
8 lines
151 B
C
|
#ifndef MINER_H_
|
||
|
#define MINER_H_
|
||
|
|
||
|
#include "connect.h"
|
||
|
|
||
|
void MINER_set_wifi_status(wifi_status_t status, uint16_t retry_count);
|
||
|
|
||
|
#endif /* MINER_H_ */
|