We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd7849 commit 212fe17Copy full SHA for 212fe17
.github/workflows/build_boards.yml
@@ -17,7 +17,7 @@ jobs:
17
# 'MICROLITE_S2_SPIRAM',
18
# 'MICROLITE_S3',
19
# 'MICROLITE_S3_SPIRAM',
20
- 'MICROLITE_S3_SPIRAM_OCTAL',
+ 'ESP32_GENERIC_S3',
21
# 'MICROLITE_SPIRAM',
22
# 'MICROLITE_SPIRAM_16M',
23
# 'MICROLITE_SPIRAM_CAM'
.gitignore
@@ -1,13 +1,13 @@
1
/esp-idf/
2
3
# Build directories under boards/**
4
-boards/**/build/
+firmware/boards/**/build/
5
6
# Managed components under boards/**
7
-boards/**/managed_components/
+firmware/boards/**/managed_components/
8
9
# Lock files under boards/**
10
-boards/**/dependencies.lock
+firmware/boards/**/dependencies.lock
11
boards/**/*.lock
12
/.idea/**
13
0 commit comments