This commit is contained in:
2024-01-25 20:11:48 +09:00
parent d9621730f3
commit c5f15b6fa7
7 changed files with 38 additions and 3 deletions

View File

@@ -26,4 +26,20 @@ data:extend({{
minimum_value = 1,
maximum_value = 100,
order = 'A4'
}, {
type = 'int-setting',
name = 'PHI-RS-RECIPE-MINROM',
setting_type = 'startup',
default_value = 2,
minimum_value = 1,
maximum_value = 100,
order = 'A5'
}, {
type = 'int-setting',
name = 'PHI-RS-RECIPE-MAXROM',
setting_type = 'startup',
default_value = 100,
minimum_value = 1,
maximum_value = 100,
order = 'A6'
}})