Fix Heltec E213 and E290 e-ink board builds
这个提交包含在:
@@ -10,7 +10,7 @@ class HeltecE290Board : public ESP32Board {
|
||||
public:
|
||||
RefCountedDigitalPin periph_power;
|
||||
|
||||
HeltecE290Board() : periph_power(PIN_VEXT_EN) { }
|
||||
HeltecE290Board() : periph_power(PIN_VEXT_EN, PIN_VEXT_EN_ACTIVE) { }
|
||||
|
||||
void begin();
|
||||
void enterDeepSleep(uint32_t secs, int pin_wake_btn = -1);
|
||||
|
||||
在新工单中引用
屏蔽一个用户