moved time related settings into newsettings

This commit is contained in:
2021-12-29 15:49:52 +01:00
parent 2c1aca079f
commit aeb89a8d96
11 changed files with 82 additions and 86 deletions

View File

@@ -59,5 +59,4 @@ void readPotis();
float wattToAmpere(float watt);
float wattToMotorCurrent(float watt);
uint8_t time_to_percent(espchrono::milliseconds32 repeat, espchrono::milliseconds32 riseTime, espchrono::milliseconds32 fullTime, size_t numLeds, bool invert);
void time_set_now(espchrono::utc_clock::time_point now);
std::string local_clock_string();