disable log
This commit is contained in:
parent
59b8c3e2b2
commit
8a8bcd078b
@ -218,7 +218,7 @@ void taskInput(void *pvParameters)
|
||||
for (int j = 0; j < sSensorCount; j++)
|
||||
{
|
||||
float temp_c = fDS18B20Temps[j];
|
||||
ESP_LOGI(TAG, "Sensor: %08" PRIx64 " reports %lf°C", (uint64_t)uOneWireAddresses[j], temp_c);
|
||||
// ESP_LOGI(TAG, "Sensor: %08" PRIx64 " reports %lf°C", (uint64_t)uOneWireAddresses[j], temp_c);
|
||||
|
||||
switch ((uint64_t)uOneWireAddresses[j])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user