Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Arduino-Lint-Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions src/StackChan-BSP.h
Original file line number Diff line number Diff line change
@@ -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"
Loading