Add files via upload

Fixes broken translation of "Receive MIDI Input" for Ensoniq AudioPCI (ES1370)
This commit is contained in:
usergithub64
2025-03-15 15:13:55 +02:00
committed by GitHub
parent b8894fc9df
commit dcce23a7d3

View File

@@ -2742,7 +2742,7 @@ static const device_config_t es1370_config[] = {
// clang-format off
{
.name = "receive_input",
.description = "Receive input (MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = NULL,
.default_int = 1,