formatting
This commit is contained in:
		| @ -210,7 +210,7 @@ void taskInput(void *pvParameters) | ||||
|                     if (ds18x20_measure_and_read_multi(uDS18B20Pin, uOneWireAddresses, sSensorCount, fDS18B20Temps) != ESP_OK) | ||||
|                     { | ||||
|                         ESP_LOGE(TAG, "1-Wire devices read error"); | ||||
|                         vTaskDelay(PERIODIC_INTERVAL * 100U / portTICK_PERIOD_MS); //Wait 100ms if bus error occurred | ||||
|                         vTaskDelay(PERIODIC_INTERVAL * 100U / portTICK_PERIOD_MS); // Wait 100ms if bus error occurred | ||||
|                     } | ||||
|                     else | ||||
|                     { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user