Fix EV-165A config

This commit is contained in:
Jasmine Iwanek
2025-01-14 16:45:07 -05:00
parent bf3be9c0c7
commit 7eef0665b5

View File

@@ -1547,12 +1547,12 @@ static const device_config_t ev165a_config[] = {
.description = "Memory size",
.type = CONFIG_SPINNER,
.default_string = "",
.default_int = 512,
.default_int = 256,
.file_filter = "",
.spinner = {
.min = 0,
.max = 2048,
.step = 512
.step = 256
},
.selection = { { 0 } }
},
@@ -1561,12 +1561,12 @@ static const device_config_t ev165a_config[] = {
.description = "Start Address",
.type = CONFIG_SPINNER,
.default_string = "",
.default_int = 0,
.default_int = 64,
.file_filter = "",
.spinner = {
.min = 0,
.max = 896,
.step = 128
.min = 64,
.max = 640,
.step = 64
},
.selection = { { 0 } }
},
@@ -1579,8 +1579,8 @@ static const device_config_t ev165a_config[] = {
.file_filter = "",
.spinner = {
.min = 0,
.max = 16384,
.step = 128
.max = 2048,
.step = 256
},
.selection = { { 0 } }
},