Skip to content

Commit

Permalink
add esp32-h2-devkitm-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Sep 6, 2024
1 parent 236b1c7 commit 5010f60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
"esp32-s2-saola-1",
"esp32-c3-devkitc-02",
"esp32-c6-devkitc-1",
# "esp32-h2-devkitm-1", # no WiFi
"esp32-poe"
]
steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
cpplint \
--repository=. \
--recursive \
--filter=-whitespace/line_length,-whitespace/braces,-whitespace/comments,-runtime/indentation_namespace,-whitespace/indent,-readability/braces,-whitespace/newline,-readability/todo,-build/c++11,-runtime/references \
--filter=-whitespace/line_length,-whitespace/braces,-whitespace/comments,-runtime/indentation_namespace,-whitespace/indent,-readability/braces,-whitespace/newline,-readability/todo,-build/c++11,-runtime/references,-legal/copyright \
--exclude=src/ArduinoOTA.h \
--exclude=src/ArduinoOTA.cpp \
lib \
include \
src

0 comments on commit 5010f60

Please sign in to comment.