Skip to content

Commit bec7a62

Browse files
committed
Change name VBAT_SENSE -> BATTERY
1 parent 736b592 commit bec7a62

File tree

1 file changed

+1
-1
lines changed
  • ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789

1 file changed

+1
-1
lines changed

ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
5757
{ MP_ROM_QSTR(MP_QSTR_PE_POWER), MP_ROM_PTR(&pin_GPIO14) },
5858

5959
// Battery Sense
60-
{ MP_ROM_QSTR(MP_QSTR_VBAT_SENSE), MP_ROM_PTR(&pin_GPIO9) },
60+
{ MP_ROM_QSTR(MP_QSTR_BATTERY), MP_ROM_PTR(&pin_GPIO9) },
6161
};
6262
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)