mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 07:01:43 +01:00 
			
		
		
		
	Console example doesn't duplicate code in `console` component. Linenoise has been improved: it now has a parametrized command line length. It is now possible to paste data efficiently to the console. Note: this can only be done if the cursor is at the end of the line. Closes https://github.com/espressif/esp-idf/issues/7057
		
			
				
	
	
		
			12 lines
		
	
	
		
			354 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			354 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Example Configuration"
 | |
| 
 | |
|     config STORE_HISTORY
 | |
|         bool "Store command history in flash"
 | |
|         default y
 | |
|         help
 | |
|             Linenoise line editing library provides functions to save and load
 | |
|             command history. If this option is enabled, initalizes a FAT filesystem
 | |
|             and uses it to store command history.
 | |
| 
 | |
| endmenu
 |