mirror of
https://github.com/esphome/esphome.git
synced 2025-04-06 02:40:29 +01:00
Update esphome/components/mcp4461/output/mcp4461_output.cpp
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
This commit is contained in:
parent
be7d5d7560
commit
ad865415e9
@ -7,7 +7,7 @@
|
||||
namespace esphome {
|
||||
namespace mcp4461 {
|
||||
|
||||
static const char *const TAG = "mcp4461";
|
||||
static const char *const TAG = "mcp4461.output";
|
||||
|
||||
void Mcp4461Wiper::write_state(float state) {
|
||||
ESP_LOGV(TAG, "Got value %02f from frontend", state);
|
||||
|
Loading…
x
Reference in New Issue
Block a user