mirror of
https://github.com/esphome/esphome.git
synced 2025-07-24 20:26:35 +00:00
preen
This commit is contained in:
parent
d4556608c8
commit
2a935d9238
@ -64,13 +64,6 @@ static void dump_field(std::string &out, const char *field_name, float value, in
|
||||
append_with_newline(out, buffer);
|
||||
}
|
||||
|
||||
static void dump_field(std::string &out, const char *field_name, double value, int indent = 2) {
|
||||
char buffer[64];
|
||||
append_field_prefix(out, field_name, indent);
|
||||
snprintf(buffer, 64, "%g", value);
|
||||
append_with_newline(out, buffer);
|
||||
}
|
||||
|
||||
static void dump_field(std::string &out, const char *field_name, uint64_t value, int indent = 2) {
|
||||
char buffer[64];
|
||||
append_field_prefix(out, field_name, indent);
|
||||
|
Loading…
x
Reference in New Issue
Block a user