1menu "Example Configuration" 2 3 config EXAMPLE_STORE_HISTORY 4 bool "Store command history in flash" 5 default y 6 help 7 Linenoise line editing library provides functions to save and load 8 command history. If this option is enabled, initalizes a FAT filesystem 9 and uses it to store command history. 10endmenu 11