Skip to content

Commit 7ec7bed

Browse files
committed
Update comments
1 parent 8498804 commit 7ec7bed

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/lilygo_twatch_s3

1 file changed

+1
-1
lines changed

ports/espressif/boards/lilygo_twatch_s3/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static void pmic_init(busio_i2c_obj_t *i2c) {
8787
enable_ldo(i2c, 3); // _aldo4
8888
enable_ldo(i2c, 5); // _bldo2
8989
enable_dldo(i2c, 1); // _dldo1
90-
write_register8(i2c, 0x18, 0x0F); // RTC coin cell + 300mAh main charge limit
90+
write_register8(i2c, 0x18, 0x0F); // Enable charging of main Bat and Coin cell
9191
write_register8(i2c, 0x27, 0x1F); // 2s on time + 10s off time
9292
write_register8(i2c, 0x62, 0x0B); // 500mA Current limit
9393
write_register8(i2c, 0x16, 0x04); // 1.5A INcurr limit

0 commit comments

Comments
 (0)