logtool. and lots of things in the main firmware.
better integration into main fixed scheduler and timestamping simplified the api there ditched integer 64-bit storage types (not needed. 32 bits is plenty for everything except current time - but that's handled in RTC, everything else is deltas) web remote!
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
esp_err_t run_solar_fsm();
|
||||
esp_err_t reset_solar_fsm();
|
||||
esp_err_t solar_run_fsm();
|
||||
esp_err_t solar_reset_fsm();
|
||||
|
||||
#endif /* MAIN_SOLAR_H_ */
|
||||
|
||||
Reference in New Issue
Block a user