mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Drop uint{32,64}_to_string() helper functions (#3009)
This commit is contained in:
@@ -101,7 +101,7 @@ void DebugComponent::dump_config() {
|
||||
info.features &= ~CHIP_FEATURE_BT;
|
||||
}
|
||||
if (info.features)
|
||||
features += "Other:" + uint64_to_string(info.features);
|
||||
features += "Other:" + format_hex(info.features);
|
||||
ESP_LOGD(TAG, "Chip: Model=%s, Features=%s Cores=%u, Revision=%u", model, features.c_str(), info.cores,
|
||||
info.revision);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user