text update

This commit is contained in:
Proddy
2024-02-04 14:51:22 +01:00
parent 8176120bf9
commit 25098409df
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ void AnalogSensor::start() {
} }
analogSetAttenuation(ADC_2_5db); // for all channels 1.5V analogSetAttenuation(ADC_2_5db); // for all channels 1.5V
LOG_INFO("Starting Analog sensor service"); LOG_INFO("Starting Analog Sensor service");
// Add API calls // Add API calls
Command::add( Command::add(

View File

@@ -42,7 +42,7 @@ void TemperatureSensor::start() {
#ifndef EMSESP_STANDALONE #ifndef EMSESP_STANDALONE
bus_.begin(dallas_gpio_); bus_.begin(dallas_gpio_);
LOG_INFO("Starting Temperature sensor service"); LOG_INFO("Starting Temperature Sensor service");
#endif #endif
char topic[Mqtt::MQTT_TOPIC_MAX_SIZE]; char topic[Mqtt::MQTT_TOPIC_MAX_SIZE];