Skip to content

Commit

Permalink
Merge branch 'RFD-FHEM:master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Devirex authored Dec 6, 2023
2 parents 6e86ac9 + ded5dd5 commit 14523a9
Show file tree
Hide file tree
Showing 40 changed files with 847 additions and 1,041 deletions.
2 changes: 1 addition & 1 deletion .github/actions/arduino-cli/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
shell: bash
- name: install pyserial
run: |
if [ ${{ inputs.plattform }} == "esp32:esp32" ]
if [[ "${{ inputs.plattform }}" == "esp32:esp32"* ]]
then
pip install pyserial
fi;
Expand Down
117 changes: 0 additions & 117 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

Loading

0 comments on commit 14523a9

Please sign in to comment.