mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
text update
This commit is contained in:
@@ -31,7 +31,7 @@ void AnalogSensor::start() {
|
||||
}
|
||||
analogSetAttenuation(ADC_2_5db); // for all channels 1.5V
|
||||
|
||||
LOG_INFO("Starting Analog sensor service");
|
||||
LOG_INFO("Starting Analog Sensor service");
|
||||
|
||||
// Add API calls
|
||||
Command::add(
|
||||
|
||||
@@ -42,7 +42,7 @@ void TemperatureSensor::start() {
|
||||
|
||||
#ifndef EMSESP_STANDALONE
|
||||
bus_.begin(dallas_gpio_);
|
||||
LOG_INFO("Starting Temperature sensor service");
|
||||
LOG_INFO("Starting Temperature Sensor service");
|
||||
#endif
|
||||
|
||||
char topic[Mqtt::MQTT_TOPIC_MAX_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user