mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Fix const used for IDF recommended version (#2542)
This commit is contained in:
		| @@ -190,7 +190,7 @@ def _esp_idf_check_versions(value): | |||||||
|     platform_version = value.get(CONF_PLATFORM_VERSION, ESP_IDF_PLATFORM_VERSION) |     platform_version = value.get(CONF_PLATFORM_VERSION, ESP_IDF_PLATFORM_VERSION) | ||||||
|     value[CONF_PLATFORM_VERSION] = str(platform_version) |     value[CONF_PLATFORM_VERSION] = str(platform_version) | ||||||
|  |  | ||||||
|     if version != RECOMMENDED_ARDUINO_FRAMEWORK_VERSION: |     if version != RECOMMENDED_ESP_IDF_FRAMEWORK_VERSION: | ||||||
|         _LOGGER.warning( |         _LOGGER.warning( | ||||||
|             "The selected ESP-IDF framework version is not the recommended one. " |             "The selected ESP-IDF framework version is not the recommended one. " | ||||||
|             "If there are connectivity or build issues please remove the manual version." |             "If there are connectivity or build issues please remove the manual version." | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user