Skip to content

Commit 5413a14

Browse files
committed
Corrected some comment formats, added some tips.
Signed-off-by: kur1k0 <zhuzirun@m5stack.com>
1 parent dc8ce89 commit 5413a14

9 files changed

Lines changed: 52 additions & 16 deletions

File tree

examples/M5Core/i2sloopback/i2sloopback.ino

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
*
44
* SPDX-License-Identifier: MIT
55
*
6-
* @Hardwares: M5Core Basic v2.7+ Module Audio
6+
* @Hardwares: M5Core Basic + Module Audio
77
* @Dependent Library:
88
* M5Unified@^0.2.5: https://github.com/m5stack/M5Unified
9-
* Module Audio:https://github.com/m5stack/M5Module-Audio
9+
* Module Audio: https://github.com/m5stack/M5Module-Audio
10+
*
11+
* Please rollback these libraries if you encounter I2S initialization issues.
12+
* Board Manager M5Stack@2.0.7;
13+
* M5Unified@0.1.17;
1014
*/
1115

1216
#include "M5Unified.h"

examples/M5Core/player_sd/player_sd.ino

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
*
44
* SPDX-License-Identifier: MIT
55
*
6-
* @Hardwares: M5Core Basic v2.7+ Module Audio
6+
* @Hardwares: M5Core Basic + Module Audio
77
* @Dependent Library:
88
* M5Unified@^0.2.5: https://github.com/m5stack/M5Unified
9-
* Module Audio:https://github.com/m5stack/M5Module-Audio
9+
* Module Audio: https://github.com/m5stack/M5Module-Audio
10+
*
11+
* Please rollback these libraries if you encounter I2S initialization issues.
12+
* Board Manager M5Stack@2.0.7;
13+
* M5Unified@0.1.17;
1014
*/
1115

1216
#include "M5Unified.h"

examples/M5Core/player_spiffs/player_spiffs.ino

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
*
44
* SPDX-License-Identifier: MIT
55
*
6-
* @Hardwares: M5Core Basic v2.7+ Module Audio
6+
* @Hardwares: M5Core Basic + Module Audio
77
* @Dependent Library:
88
* M5Unified@^0.2.5: https://github.com/m5stack/M5Unified
9-
* Module Audio:https://github.com/m5stack/M5Module-Audio
9+
* Module Audio: https://github.com/m5stack/M5Module-Audio
10+
*
11+
* Please rollback these libraries if you encounter I2S initialization issues.
12+
* Board Manager M5Stack@2.0.7;
13+
* M5Unified@0.1.17;
1014
*/
1115

1216
#include "M5Unified.h"

examples/M5Core2/i2sloopback/i2sloopback.ino

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
* @Hardwares: M5Core2 + Module Audio
77
* @Dependent Library:
88
* M5Unified@^0.2.5: https://github.com/m5stack/M5Unified
9-
* Module Audio:https://github.com/m5stack/M5Module-Audio
9+
* Module Audio: https://github.com/m5stack/M5Module-Audio
10+
*
11+
* Please rollback these libraries if you encounter I2S initialization issues.
12+
* Board Manager M5Stack@2.0.7;
13+
* M5Unified@0.1.17;
1014
*/
1115

1216
#include "M5Unified.h"

examples/M5Core2/player_sd/player_sd.ino

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
*
44
* SPDX-License-Identifier: MIT
55
*
6-
* @Hardwares: M5Core2+ Module Audio
6+
* @Hardwares: M5Core2 + Module Audio
77
* @Dependent Library:
88
* M5Unified@^0.2.5: https://github.com/m5stack/M5Unified
9-
* Module Audio:https://github.com/m5stack/M5Module-Audio
9+
* Module Audio: https://github.com/m5stack/M5Module-Audio
10+
*
11+
* Please rollback these libraries if you encounter I2S initialization issues.
12+
* Board Manager M5Stack@2.0.7;
13+
* M5Unified@0.1.17;
1014
*/
1115

1216
#include "M5Unified.h"

examples/M5Core2/player_spiffs/player_spiffs.ino

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
*
44
* SPDX-License-Identifier: MIT
55
*
6-
* @Hardwares: M5Core2+ Module Audio
6+
* @Hardwares: M5Core2 + Module Audio
77
* @Dependent Library:
88
* M5Unified@^0.2.5: https://github.com/m5stack/M5Unified
9-
* Module Audio:https://github.com/m5stack/M5Module-Audio
9+
* Module Audio: https://github.com/m5stack/M5Module-Audio
10+
*
11+
* Please rollback these libraries if you encounter I2S initialization issues.
12+
* Board Manager M5Stack@2.0.7;
13+
* M5Unified@0.1.17;
1014
*/
1115

1216
#include "M5Unified.h"

examples/M5Cores3/i2sloopback/i2sloopback.ino

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
*
44
* SPDX-License-Identifier: MIT
55
*
6-
* @Hardwares: M5Cores3 + Module Audio
6+
* @Hardwares: M5CoreS3 + Module Audio
77
* @Dependent Library:
88
* M5Unified@^0.2.5: https://github.com/m5stack/M5Unified
99
* Module Audio: https://github.com/m5stack/M5Module-Audio
10+
*
11+
* Please rollback these libraries if you encounter I2S initialization issues.
12+
* Board Manager M5Stack@2.0.7;
13+
* M5Unified@0.1.17;
1014
*/
1115

1216
#include "M5Unified.h"

examples/M5Cores3/player_sd/player_sd.ino

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
*
44
* SPDX-License-Identifier: MIT
55
*
6-
* @Hardwares: M5Cores3+ Module Audio
6+
* @Hardwares: M5CoreS3 + Module Audio
77
* @Dependent Library:
88
* M5Unified@^0.2.5: https://github.com/m5stack/M5Unified
9-
* Module Audio:https://github.com/m5stack/M5Module-Audio
9+
* Module Audio: https://github.com/m5stack/M5Module-Audio
10+
*
11+
* Please rollback these libraries if you encounter I2S initialization issues.
12+
* Board Manager M5Stack@2.0.7;
13+
* M5Unified@0.1.17;
1014
*/
1115

1216
#include "M5Unified.h"

examples/M5Cores3/player_spiffs/player_spiffs.ino

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
*
44
* SPDX-License-Identifier: MIT
55
*
6-
* @Hardwares: M5Cores3+ Module Audio
6+
* @Hardwares: M5CoreS3 + Module Audio
77
* @Dependent Library:
88
* M5Unified@^0.2.5: https://github.com/m5stack/M5Unified
9-
* Module Audio:https://github.com/m5stack/M5Module-Audio
9+
* Module Audio: https://github.com/m5stack/M5Module-Audio
10+
*
11+
* Please rollback these libraries if you encounter I2S initialization issues.
12+
* Board Manager M5Stack@2.0.7;
13+
* M5Unified@0.1.17;
1014
*/
1115

1216
#include "M5Unified.h"

0 commit comments

Comments
 (0)