This commit is contained in:
Jasmine Iwanek
2022-04-03 02:08:21 -04:00
parent d1b274ace2
commit 0cf7bd5eb0
6 changed files with 434 additions and 249 deletions

View File

@@ -2002,11 +2002,13 @@ esp_close(void *priv)
static const device_config_t bios_enable_config[] = {
// clang-format off
{
"bios", "Enable BIOS", CONFIG_BINARY, "", 0
.name = "bios",
.description = "Enable BIOS",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 0
},
{
"", "", -1
}
{ .name = "", .description = "", .type = CONFIG_END }
// clang-format on
};