From 5010f60e638fcb15ebcacebba30ef37148f3152e Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 6 Sep 2024 11:57:59 +0200 Subject: [PATCH] add esp32-h2-devkitm-1 --- .github/workflows/build.yml | 1 + .github/workflows/cpplint.yml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b24ee0..21c7954 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml index c0129a8..483509c 100644 --- a/.github/workflows/cpplint.yml +++ b/.github/workflows/cpplint.yml @@ -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