- Renamed shell commands in and to be shorter and remove underscores (e.g., to ). - Consolidated get functions into a single show command for both valve and Modbus settings (e.g., , ). - Adjusted output formatting for show commands to be right-aligned and remove horizontal lines for better readability. - Fixed missing getter function implementations in and their declarations in . - Ensured is correctly selected in to make valve shell commands available.
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
menu "Irrigation system software libraries"
|
|
|
|
rsource "fwu/Kconfig"
|
|
rsource "modbus_server/Kconfig"
|
|
rsource "valve/Kconfig"
|
|
rsource "shell_system/Kconfig"
|
|
rsource "shell_modbus/Kconfig"
|
|
rsource "shell_valve/Kconfig"
|
|
endmenu |