Skip to content

Commit 2a8f8b0

Browse files
committed
fix build
1 parent 90e21e1 commit 2a8f8b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

boards/lilygo-t-watch-s3/interface.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ void _setup_gpio() {
2222
delay(10);
2323
Wire1.begin(39, 40); // touchscreen
2424
delay(10);
25-
_rtc.setWire(&Wire); // Cplus uses Wire1 default, the lib had been changed to accept setting I2C bus
26-
// StickCPlus uses BM8563 that is the same as PCF8536
2725
axp192.init(Wire, 10, 11);
2826
axp192.setVbusVoltageLimit(XPOWERS_AXP2101_VBUS_VOL_LIM_4V36);
2927
axp192.setVbusCurrentLimit(XPOWERS_AXP2101_VBUS_CUR_LIM_900MA);

0 commit comments

Comments
 (0)