diff --git a/src/M5Stack.cpp b/src/M5Stack.cpp index d034ec6..756f29e 100644 --- a/src/M5Stack.cpp +++ b/src/M5Stack.cpp @@ -13,10 +13,6 @@ void M5Stack::begin(bool LCDEnable, bool SDEnable) { // I2C Startup BUG? // pinMode(SCL, OUTPUT); // digitalWrite(SCL, 1); - #ifdef M5STACK_FIRE - Wire.begin(21, 22); - setPowerBoostKeepOn(true); - #endif // TONE Speaker.begin();