Commit 18c77c2154b7dfa4c9263d7811c6b91a088ea2ab

Authored by yessine kammoun
1 parent ac39f3de

files

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -77,6 +77,6 @@ Let's detail the methods of the most important script files. @@ -77,6 +77,6 @@ Let's detail the methods of the most important script files.
77 |`void SetSysInstance(FreematicsESP32* sys)`|It mappes the devices in memory| 77 |`void SetSysInstance(FreematicsESP32* sys)`|It mappes the devices in memory|
78 |`void GetCurrentTime(char* isoTime)`|It gives the current date and time in string format| 78 |`void GetCurrentTime(char* isoTime)`|It gives the current date and time in string format|
79 |`void GetCurrentGPSTime(char* isoTime)`|It gives the current time according to GPS| 79 |`void GetCurrentGPSTime(char* isoTime)`|It gives the current time according to GPS|
80 -|`int GetShiftTime(char* tm1,char* tm2)`|It returnes the shift between two time stamps in seconds| 80 +|`int GetShiftTime(char* tm1,char* tm2)`|It returns the shift between two time stamps in seconds|
81 81
82 82