B001-V3 works with it now
This commit is contained in:
16
main/solar.h
Normal file
16
main/solar.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* solar.h
|
||||
*
|
||||
* Created on: Dec 13, 2025
|
||||
* Author: Thad
|
||||
*/
|
||||
|
||||
#ifndef MAIN_SOLAR_H_
|
||||
#define MAIN_SOLAR_H_
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
esp_err_t run_solar_fsm();
|
||||
esp_err_t reset_solar_fsm();
|
||||
|
||||
#endif /* MAIN_SOLAR_H_ */
|
||||
Reference in New Issue
Block a user