ESPHome  2024.9.0
wifi_signal_sensor.cpp
Go to the documentation of this file.
1 #include "wifi_signal_sensor.h"
2 #ifdef USE_WIFI
3 #include "esphome/core/log.h"
4 
5 namespace esphome {
6 namespace wifi_signal {
7 
8 static const char *const TAG = "wifi_signal.sensor";
9 
10 void WiFiSignalSensor::dump_config() { LOG_SENSOR("", "WiFi Signal", this); }
11 
12 } // namespace wifi_signal
13 } // namespace esphome
14 #endif
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7