Skip to content

Commit 0e84875

Browse files
committed
update readme
1 parent f0476d6 commit 0e84875

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ body:
7676
label: Issue checklist
7777
description: Please double-check that you have done each of the following things before submitting the issue.
7878
options:
79-
- label: I searched for previous reports in [the issue tracker](https://github.com/m5stack/M5Stack/issues?q=)
79+
- label: I searched for previous reports in [the issue tracker](https://github.com/m5stack/StackChan-BSP/issues?q=)
8080
required: true
8181
- label: My report contains all necessary details
8282
required: true

.github/workflows/clang-format-check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
strategy:
4040
matrix:
4141
path:
42-
- check: './' # path to include
43-
exclude: '' # path to exclude
44-
#- check: 'src'
45-
# exclude: '(Fonts)' # Exclude file paths containing "Fonts"
46-
#- check: 'examples'
47-
# exclude: ''
42+
# - check: './' # path to include
43+
# exclude: '' # path to exclude
44+
- check: 'src'
45+
exclude: 'src\utils\uitk'
46+
- check: 'examples'
47+
exclude: ''
4848

4949
steps:
5050
- name: Checkout

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Product Name
1+
# StackChan
22

33
## Overview
44

5-
### SKU:xxx
5+
### SKU:K151
66

77
Description of the product
88

@@ -12,7 +12,9 @@ Description of the product
1212

1313
## Required Libraries:
1414

15-
- [Adafruit_BMP280_Library](https://github.com/adafruit/Required_Libraries_Link)
15+
- [M5Unified](https://github.com/m5stack/M5Unified)
16+
- [IRremoteESP8266](https://github.com/crankyoldgit/irremoteesp8266)
17+
- [M5Unit-NFC](https://github.com/m5stack/M5Unit-NFC)
1618

1719
## License
1820

0 commit comments

Comments
 (0)