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 736b592 commit bec7a62Copy full SHA for bec7a62
ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/pins.c
@@ -57,6 +57,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
57
{ MP_ROM_QSTR(MP_QSTR_PE_POWER), MP_ROM_PTR(&pin_GPIO14) },
58
59
// Battery Sense
60
- { MP_ROM_QSTR(MP_QSTR_VBAT_SENSE), MP_ROM_PTR(&pin_GPIO9) },
+ { MP_ROM_QSTR(MP_QSTR_BATTERY), MP_ROM_PTR(&pin_GPIO9) },
61
};
62
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
0 commit comments