mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Run clang-tidy against ESP32 (#2147)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Otto winter <otto@otto-winter.com>
This commit is contained in:
		| @@ -39,7 +39,7 @@ class Anova : public climate::Climate, public esphome::ble_client::BLEClientNode | ||||
|   void set_unit_of_measurement(const char *); | ||||
|  | ||||
|  protected: | ||||
|   AnovaCodec *codec_; | ||||
|   std::unique_ptr<AnovaCodec> codec_; | ||||
|   void control(const climate::ClimateCall &call) override; | ||||
|   uint16_t char_handle_; | ||||
|   uint8_t current_request_; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user