diff --git a/.github/workflows/Arduino-Lint-Check.yml b/.github/workflows/Arduino-Lint-Check.yml index de06bf0..ec28f5d 100644 --- a/.github/workflows/Arduino-Lint-Check.yml +++ b/.github/workflows/Arduino-Lint-Check.yml @@ -22,6 +22,6 @@ jobs: - uses: actions/checkout@v4 - uses: arduino/arduino-lint-action@v2 with: - library-manager: update + library-manager: submit compliance: strict project-type: all diff --git a/library.properties b/library.properties index 235d87e..41f27be 100644 --- a/library.properties +++ b/library.properties @@ -7,5 +7,5 @@ paragraph= category=Device Control url=https://github.com/m5stack/StackChan-BSP architectures=esp32 -includes=src,src/utils +includes=M5StackChan.h depends=M5Unified,IRremoteESP8266,M5Unit-NFC diff --git a/src/StackChan-BSP.h b/src/StackChan-BSP.h new file mode 100644 index 0000000..842e77d --- /dev/null +++ b/src/StackChan-BSP.h @@ -0,0 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD + * + * SPDX-License-Identifier: MIT + */ +#pragma once +// Header named after the library (Arduino Library Specification); the API lives in M5StackChan.h +#include "M5StackChan.h"