Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit f975b10

Browse files
authored
fixed begin parameter
1 parent 2522684 commit f975b10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/M5EPD.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ M5EPD::M5EPD()
1616

1717
/** @brief Initialize the power supply, screen and other peripherals
1818
*/
19-
void M5EPD::begin(bool touchEnable, bool SDEnable, bool SerialEnable, bool I2CEnable, bool BatteryADCEnable)
19+
void M5EPD::begin(bool touchEnable, bool SDEnable, bool SerialEnable, bool BatteryADCEnable, bool I2CEnable)
2020
{
2121
if (_isInited)
2222
{
@@ -157,4 +157,4 @@ int M5EPD::shutdown(const rtc_date_t &RTC_DateStruct, const rtc_time_t &RTC_Time
157157
}
158158

159159

160-
M5EPD M5;
160+
M5EPD M5;

0 commit comments

Comments
 (0)