Commit 18c77c2154b7dfa4c9263d7811c6b91a088ea2ab
1 parent
ac39f3de
files
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -77,6 +77,6 @@ Let's detail the methods of the most important script files. |
77 | 77 | |`void SetSysInstance(FreematicsESP32* sys)`|It mappes the devices in memory| |
78 | 78 | |`void GetCurrentTime(char* isoTime)`|It gives the current date and time in string format| |
79 | 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 | ... | ... |