Skip to content

Commit db2af9c

Browse files
authored
Merge branch 'main' into funhouse-display-config-recreate
2 parents 989f666 + 6e49411 commit db2af9c

File tree

47 files changed

+3610
-1635
lines changed

Some content is hidden

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

47 files changed

+3610
-1635
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 659 additions & 363 deletions
Large diffs are not rendered by default.

.github/workflows/release-callee.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Download build artifacts from build-platform steps
15-
uses: actions/download-artifact@v2
15+
uses: actions/download-artifact@v3
1616
with:
1717
name: build-files
1818
- name: List Files
1919
run: ls
2020
- name: Upload Assets to the GitHub Release
21-
uses: softprops/action-gh-release@v1
21+
uses: softprops/action-gh-release@v2
2222
if: startsWith(github.ref, 'refs/tags/')
2323
with:
2424
files: |

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ src/.vscode/settings.json
4444

4545
examples/Wippersnapper_demo/build/
4646

47-
#Platformio artifacts
47+
# Platformio artifacts
4848
.pio/
49+
50+
# Secrets
51+
data/

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"limits": "c",
44
"type_traits": "c"
55
},
6-
"C_Cpp.dimInactiveRegions": false,
7-
"dotnet.defaultSolution": "disable"
6+
"C_Cpp.dimInactiveRegions": true,
7+
"dotnet.defaultSolution": "disable",
8+
"cmake.configureOnOpen": false
89
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)