mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
typo
This commit is contained in:
@@ -425,7 +425,7 @@ char * Helpers::render_string(char * result, const char * c, const uint8_t len)
|
|||||||
c++;
|
c++;
|
||||||
p++;
|
p++;
|
||||||
}
|
}
|
||||||
*p = '\0'; // terminat result
|
*p = '\0'; // terminate result
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -467,7 +467,7 @@ char * Helpers::utf8tolatin1(char * result, const char * c, const uint8_t len) {
|
|||||||
c++;
|
c++;
|
||||||
p++;
|
p++;
|
||||||
}
|
}
|
||||||
*p = '\0'; // terminat result
|
*p = '\0'; // terminate result
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
// creates string of hex values from an array of bytes
|
// creates string of hex values from an array of bytes
|
||||||
|
|||||||
Reference in New Issue
Block a user