_strtod_l

This commit is contained in:
J. Nick Koston
2026-01-31 18:59:43 -06:00
parent 0f21465646
commit dfaabfc98a
4 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ void Sensor::publish_state(float state) {
this->raw_state = state;
this->raw_callback_.call(state);
ESP_LOGV(TAG, "'%s': Received new state %f", this->name_.c_str(), state);
ESP_LOGV(TAG, "'%s': Received new state %s%d.%02d", this->name_.c_str(), DECIMAL_2(state));
if (this->filter_list_ == nullptr) {
this->internal_send_state_to_frontend(state);