mirror of
https://github.com/m5stack/M5Stack.git
synced 2026-05-20 10:06:46 -07:00
not disable the power IC sleep in default
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user