EinkAnalog/EPaperAnalog.code-workspace

17 lines
206 B
Plaintext
Raw Normal View History

2024-03-01 00:50:32 +01:00
{
"folders": [
{
"name": "EPaperAnalog",
"path": "."
},
{
"path": "../../../Git/T5_dashboard"
}
],
"settings": {
"files.associations": {
"*.html": "html",
"cmath": "cpp"
}
}
}