We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c2e80 commit 64fc369Copy full SHA for 64fc369
1 file changed
src/M5Stack.cpp
@@ -13,10 +13,6 @@ void M5Stack::begin(bool LCDEnable, bool SDEnable) {
13
// I2C Startup BUG?
14
// pinMode(SCL, OUTPUT);
15
// digitalWrite(SCL, 1);
16
- #ifdef M5STACK_FIRE
17
- Wire.begin(21, 22);
18
- setPowerBoostKeepOn(true);
19
- #endif
20
21
// TONE
22
Speaker.begin();
0 commit comments