Skip to content

Commit ed6bbae

Browse files
authored
2.5 final touches
* idf5.5 * adjusting folders * restore * all working * tab5 start * UIFlow 3.3 compatibility changes * libs * fix libs and variables * T-dongle SD to SPI and fix CYD touch * wrong reading on Cardputer ADV * Keyboard * keyboard fix * fixed ledcwrite brightness * 2.5 * lib clean * 2.5 final touches
1 parent 1a8e2f0 commit ed6bbae

File tree

130 files changed

+1236
-964
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+1236
-964
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,12 @@
2323
board:
2424
- {
2525
vendor: "M5Stack",
26-
name: "Cardputer",
26+
name: "Cardputer and Cardputer ADV",
2727
description: "",
2828
link: "https://shop.m5stack.com/products/m5stack-cardputer-kit-w-m5stamps3?ref=Pirata",
2929
family: "ESP32-S3",
3030
env: "m5stack-cardputer",
3131
}
32-
- {
33-
vendor: "M5Stack",
34-
name: "Cardputer ADV",
35-
description: "",
36-
link: "https://shop.m5stack.com/products/m5stack-cardputer-adv-version-esp32-s3?ref=Pirata",
37-
family: "ESP32-S3",
38-
env: "m5stack-cardputer-adv",
39-
}
4032
- {
4133
vendor: "M5Stack",
4234
name: "StickCPlus2",

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
.pio
2-
.vscode/.browse.c_cpp.db*
3-
.vscode/c_cpp_properties.json
4-
.vscode/launch.json
5-
.vscode/ipch
2+
.vscode
63
*.bin
74
include/webFiles.h
8-
.vscode/extensions.json
95
checksum.sha256

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
"*.tpp": "cpp",
7171
"condition_variable": "cpp",
7272
"mutex": "cpp",
73-
"thread": "cpp"
73+
"thread": "cpp",
74+
"numbers": "cpp",
75+
"compare": "cpp"
7476
},
7577
"files.trimTrailingWhitespace": true,
7678
"files.insertFinalNewline": true,
-645 KB
Binary file not shown.
-2.11 MB
Binary file not shown.
-4 MB
Binary file not shown.
-4 MB
Binary file not shown.
-8 MB
Binary file not shown.
-1.12 MB
Binary file not shown.
-4 MB
Binary file not shown.

0 commit comments

Comments
 (0)