Skip to content

Commit 212fe17

Browse files
committed
ESP32_GENERIC_S3
1 parent bdd7849 commit 212fe17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_boards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# 'MICROLITE_S2_SPIRAM',
1818
# 'MICROLITE_S3',
1919
# 'MICROLITE_S3_SPIRAM',
20-
'MICROLITE_S3_SPIRAM_OCTAL',
20+
'ESP32_GENERIC_S3',
2121
# 'MICROLITE_SPIRAM',
2222
# 'MICROLITE_SPIRAM_16M',
2323
# 'MICROLITE_SPIRAM_CAM'

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/esp-idf/
22

33
# Build directories under boards/**
4-
boards/**/build/
4+
firmware/boards/**/build/
55

66
# Managed components under boards/**
7-
boards/**/managed_components/
7+
firmware/boards/**/managed_components/
88

99
# Lock files under boards/**
10-
boards/**/dependencies.lock
10+
firmware/boards/**/dependencies.lock
1111
boards/**/*.lock
1212
/.idea/**
1313

0 commit comments

Comments
 (0)