disable log
This commit is contained in:
		| @ -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]) | ||||
|                             { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user