mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
add comments
This commit is contained in:
@@ -33,7 +33,7 @@ char * Helpers::hextoa(char * result, const uint8_t value) {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// same as above but to a hex string
|
// same as hextoa but uses to a hex std::string
|
||||||
std::string Helpers::hextoa(const uint8_t value, bool prefix) {
|
std::string Helpers::hextoa(const uint8_t value, bool prefix) {
|
||||||
char buf[3];
|
char buf[3];
|
||||||
if (prefix) {
|
if (prefix) {
|
||||||
|
|||||||
Reference in New Issue
Block a user