Compare commits

...

2 commits

Author SHA1 Message Date
7342455ffc 更新设备配置 2024-02-07 18:57:56 +08:00
2ea24cd6bb 增加设备配置信息 2024-02-07 18:56:44 +08:00
3 changed files with 13 additions and 0 deletions

View file

@ -135,6 +135,8 @@
"LOSEHU11[8-9].*H" : "losehu118h.json",
"LOSEHU11[8-9].*K" : "losehu118k.json",
"LOSEHU11[8-9].*" : "losehu118.json",
"LOSEHU11[2-7].*K" : "losehu117k.json",
"LOSEHU11[2-7].*" : "losehu117.json",
".*" : "todo.json"
}

View file

@ -0,0 +1,5 @@
{
"name": "LoseHu 117 历史版本",
"uart": "official",
"charset": "official"
}

View file

@ -0,0 +1,6 @@
{
"name": "LoseHu 117 历史版本扩容版",
"uart": "losehu",
"charset": "losehu",
"K": true
}