Skip to content

Commit

Permalink
feat(iti): add commands for battery and lcd (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed May 8, 2024
1 parent 07b14ff commit bf3b61c
Show file tree
Hide file tree
Showing 32 changed files with 2,395 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- if: runner.os == 'Linux' && matrix.target != 'x86_64-unknown-linux-gnu'
run: cross build --release --target ${{ matrix.target }} --features dyndns
run: cross build --release --target ${{ matrix.target }} --features dyndns,iti
- if: runner.os != 'Linux' || matrix.target == 'x86_64-unknown-linux-gnu'
run: cargo build --release --target ${{ matrix.target }}

Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"rust-analyzer.showUnlinkedFileNotification": false
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.cargo.features": ["iti"],
}
Loading

0 comments on commit bf3b61c

Please sign in to comment.