mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-10-09 18:52:41 +02:00
* move ADC_init() before start_http_server() because the UI reads the ADC * split SYSTEM_init() into separate functions. cleaned up nvs init. * fix my dumb INA260_init() memory leak * SYSTEM_init_peripherals() cleanup
7 lines
133 B
C
7 lines
133 B
C
#ifndef SELF_TEST_H_
|
|
#define SELF_TEST_H_
|
|
|
|
void self_test(void * pvParameters);
|
|
bool should_test(GlobalState * GLOBAL_STATE);
|
|
|
|
#endif |