mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	This commit fixes the following build issues when CONFIG_ESP_CONSOLE_NONE is enabled: - esp_console_repl.c will have 'defined but unused' warnings on various console functions. - esp_console_repl.c does not use "TAG" when CONFIG_ESP_CONSOLE_NONE is enabled, leading to a "defined by not used" warning. Closes https://github.com/espressif/esp-idf/issues/12984