From 64fc369560e1770e8b6ceb1f03b4dcabcc53107e Mon Sep 17 00:00:00 2001 From: 0x1abin <270995079@qq.com> Date: Thu, 2 Aug 2018 18:36:01 +0800 Subject: [PATCH] not disable the power IC sleep in default --- src/M5Stack.cpp | 4 ---- 1 file changed, 4 deletions(-) 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();