mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-06 09:27:41 +00:00
Fix compile error
Fix compile error
This commit is contained in:
parent
2ec545d739
commit
7ab884afc9
@ -154,7 +154,7 @@ char* subStr(char* dest, char* str, const char *delim, int index)
|
||||
return sub;
|
||||
}
|
||||
|
||||
double CharToDouble(char *str)
|
||||
double CharToDouble(const char *str)
|
||||
{
|
||||
// simple ascii to double, because atof or strtod are too large
|
||||
char strbuf[24];
|
||||
|
Loading…
x
Reference in New Issue
Block a user