Skip to content

Commit

Permalink
Update some old links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyu-Zhao committed Nov 20, 2024
1 parent 29d6715 commit 2a1b645
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Language: Cpp
BasedOnStyle: Google
AccessModifierOffset: -1
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveMacros: true
AlignConsecutiveAssignments: true
Expand Down Expand Up @@ -29,7 +29,7 @@ BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: false
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
Expand All @@ -42,15 +42,15 @@ BraceWrapping:
SplitEmptyRecord: true
SplitEmptyNamespace: true
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach
BreakBeforeBraces: Custom
BreakBeforeInheritanceComma: false
BreakInheritanceList: BeforeColon
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeColon
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 80
ColumnLimit: 120
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Expand Down Expand Up @@ -165,4 +165,3 @@ TabWidth: 4
UseCRLF: false
UseTab: Never
...

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Additional optional include files:

* **[Buy Basic](https://shop.m5stack.com/products/esp32-basic-core-iot-development-kit-v2-7)**

*[Comparison of M5Stack controllers](https://docs.m5stack.com/en/products_selector)*
*[Comparison of M5Stack controllers](https://docs.m5stack.com/en/products_selector/m5core_compare)*

### M-BUS
<img src="docs/M-BUS.jpg" width="300" />
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

* **如果想要购买 Basic 的话,[点击这里](https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-22404213529.11.6b2349d8feN5U0&id=610634829528)**

*我们有几款不同配置的主控 M5Cores,这是他们之间的[对比](https://docs.m5stack.com/zh_CN/products_selector).*
*我们有几款不同配置的主控 M5Cores,这是他们之间的[对比](https://docs.m5stack.com/zh_CN/products_selector/m5core_compare).*


### M-BUS
Expand Down

0 comments on commit 2a1b645

Please sign in to comment.