We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec7bed commit 65121d5Copy full SHA for 65121d5
ports/espressif/boards/lilygo_twatch_s3/board.c
@@ -93,6 +93,7 @@ static void pmic_init(busio_i2c_obj_t *i2c) {
93
write_register8(i2c, 0x16, 0x04); // 1.5A INcurr limit
94
write_register8(i2c, 0x61, 0x06); // 150mA Precharge limit
95
write_register8(i2c, 0x64, 0x03); // 4.2V Voltage target
96
+ write_register8(i2c, 0x63, 0x11); // 25mA Charging termination current
97
}
98
99
0 commit comments