Skip to content

Commit 41e7f9b

Browse files
authored
feat(byte90): Add support for byte90 and improve code (#12)
* feat(byte90): Add support for byte90 and improve code * add deps for stricter dep tracking
1 parent 893f340 commit 41e7f9b

File tree

8 files changed

+699
-37
lines changed

8 files changed

+699
-37
lines changed

.github/workflows/package_main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
matrix:
1818
build:
1919
# main (full) code
20+
- name: 'byte90'
21+
command: |
22+
idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.defaults.byte90" build
2023
- name: 'esp-box'
2124
command: |
2225
idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.defaults.esp-box" build
@@ -74,6 +77,7 @@ jobs:
7477
matrix:
7578
os: [windows-latest, macos-latest, ubuntu-latest]
7679
build:
80+
- name: 'byte90'
7781
- name: 'esp-box'
7882
- name: 't-deck'
7983
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)