not disable the power IC sleep in default

This commit is contained in:
0x1abin
2018-08-02 18:36:01 +08:00
parent 08c2e80d66
commit 64fc369560
-4
View File
@@ -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();