- G1 Explorer use correct display controller

- adhere UA font in modules
This commit is contained in:
Thomas Göttgens
2023-03-08 14:49:30 +01:00
parent 20bcf310d1
commit 267db05d69
12 changed files with 36 additions and 14 deletions

View File

@@ -2,8 +2,9 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.cpptools",
"platformio.platformio-ide",
"trunk.io"
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}