feat: 支持将色彩校准的值写入本地配置文件。

This commit is contained in:
2023-04-16 18:17:49 +08:00
parent fc8b3164d8
commit 6e6160fc0a
10 changed files with 145 additions and 19 deletions

View File

@ -2,7 +2,8 @@
"files.autoSave": "onWindowChange",
"cSpell.words": [
"Itertools",
"Leds"
"Leds",
"unlisten"
],
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "/Users/ivan/.espressif/tools/openocd-esp32/v0.11.0-esp32-20211220/openocd-esp32/share/openocd/scripts"

7
.vscode/tasks.json vendored
View File

@ -14,7 +14,12 @@
],
"problemMatcher": [
"$eslint-stylish"
]
],
"options": {
"env": {
"RUST_LOG": "info"
}
}
},
{
"label": "ui:dev",