mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Fix issue where stop command is issued when seeking the current tilt position #239
This commit is contained in:
parent
1b35c7d835
commit
01895d0ec5
7 changed files with 89 additions and 65 deletions
1
Utils.h
1
Utils.h
|
|
@ -63,6 +63,7 @@ class Timestamp {
|
|||
static time_t mkUTCTime(struct tm *dt);
|
||||
static int calcTZOffset(time_t *dt);
|
||||
static time_t now();
|
||||
static unsigned long epoch();
|
||||
};
|
||||
// Sort an array
|
||||
template<typename AnyType> void sortArray(AnyType array[], size_t sizeOfArray);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue