Skip to content

Commit 64fc369

Browse files
committed
not disable the power IC sleep in default
1 parent 08c2e80 commit 64fc369

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/M5Stack.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ void M5Stack::begin(bool LCDEnable, bool SDEnable) {
1313
// I2C Startup BUG?
1414
// pinMode(SCL, OUTPUT);
1515
// digitalWrite(SCL, 1);
16-
#ifdef M5STACK_FIRE
17-
Wire.begin(21, 22);
18-
setPowerBoostKeepOn(true);
19-
#endif
2016

2117
// TONE
2218
Speaker.begin();

0 commit comments

Comments
 (0)