2024-03-26 10:41:15 +01:00
|
|
|
menu "DFPLAYER: MP3 Player"
|
|
|
|
depends on USEMODULE_DFPLAYER
|
2021-11-11 14:13:55 +01:00
|
|
|
|
|
|
|
config DFPLAYER_NO_STRERROR
|
|
|
|
bool
|
|
|
|
prompt "Avoid using strerror in shell command" if !(HAS_ARCH_AVR8 || HAS_ARCH_MSP430)
|
2024-03-26 10:41:15 +01:00
|
|
|
|
|
|
|
depends on USEMODULE_SHELL_CMDS
|
2021-11-11 14:13:55 +01:00
|
|
|
# no strerror() on AVR and MSP430
|
|
|
|
default y if (HAS_ARCH_AVR8 || HAS_ARCH_MSP430)
|
|
|
|
help
|
|
|
|
Say y to print error codes as numbers when using the shell, instead of the corresponding
|
|
|
|
standard error string.
|
2022-03-02 14:03:35 +01:00
|
|
|
|
2024-03-26 10:41:15 +01:00
|
|
|
endmenu # DFPLAYER: MP3 Player
|