Fix some default setting issues.

This commit is contained in:
David Given
2025-10-12 15:50:50 +02:00
parent cd7b3de1b3
commit cbf4cc35fb
2 changed files with 1 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ option_group {
option { option {
name: "with_metadata" name: "with_metadata"
comment: "528-byte sectors" comment: "528-byte sectors"
set_by_default: true
config { config {
layout { layout {

View File

@@ -175,6 +175,7 @@ option_group {
option { option {
name: "240" name: "240"
comment: '240kB 3.5" 78-track SS GCR' comment: '240kB 3.5" 78-track SS GCR'
set_by_default: true
config { config {
layout { layout {
@@ -198,7 +199,6 @@ option_group {
filesystem { filesystem {
type: FATFS type: FATFS
} }
} }
} }
} }