Skip to content

Commit

Permalink
Fix MINI build configuration presets with japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrudolf authored and danopernis committed Jun 20, 2024
1 parent 24bd9e2 commit 387dea5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
32 changes: 8 additions & 24 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1997,15 +1997,11 @@
},
"BOARD": {
"type": "STRING",
"value": "<default>"
"value": "BUDDY"
},
"BOARD_VERSION": {
"type": "STRING",
"value": "<default>"
},
"PRESET_COMPILE_OPTIONS": {
"type": "STRING",
"value": ""
"value": "1.0.0"
},
"DEVELOPMENT_ITEMS_ENABLED": {
"type": "BOOL",
Expand Down Expand Up @@ -2068,15 +2064,11 @@
},
"BOARD": {
"type": "STRING",
"value": "<default>"
"value": "BUDDY"
},
"BOARD_VERSION": {
"type": "STRING",
"value": "<default>"
},
"PRESET_COMPILE_OPTIONS": {
"type": "STRING",
"value": ""
"value": "1.0.0"
},
"DEVELOPMENT_ITEMS_ENABLED": {
"type": "BOOL",
Expand Down Expand Up @@ -2139,15 +2131,11 @@
},
"BOARD": {
"type": "STRING",
"value": "<default>"
"value": "BUDDY"
},
"BOARD_VERSION": {
"type": "STRING",
"value": "<default>"
},
"PRESET_COMPILE_OPTIONS": {
"type": "STRING",
"value": ""
"value": "1.0.0"
},
"DEVELOPMENT_ITEMS_ENABLED": {
"type": "BOOL",
Expand Down Expand Up @@ -2210,15 +2198,11 @@
},
"BOARD": {
"type": "STRING",
"value": "<default>"
"value": "BUDDY"
},
"BOARD_VERSION": {
"type": "STRING",
"value": "<default>"
},
"PRESET_COMPILE_OPTIONS": {
"type": "STRING",
"value": ""
"value": "1.0.0"
},
"DEVELOPMENT_ITEMS_ENABLED": {
"type": "BOOL",
Expand Down
5 changes: 2 additions & 3 deletions utils/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@
"cacheVariables": {
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"PRINTER": "MINI",
"BOARD": "<default>",
"BOARD_VERSION": "<default>",
"PRESET_COMPILE_OPTIONS": "",
"BOARD": "BUDDY",
"BOARD_VERSION": "1.0.0",
"DEVELOPMENT_ITEMS_ENABLED": true,
"TRANSLATIONS_LIST": "jp"
}
Expand Down

0 comments on commit 387dea5

Please sign in to comment.