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.
2 parents 3a0b4df + b2ffda2 commit e55842fCopy full SHA for e55842f
ports/espressif/boards/smartbeedesigns_bee_motion_s3/pins.c
@@ -93,7 +93,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
93
{ MP_ROM_QSTR(MP_QSTR_LIGHT_SENSOR), MP_ROM_PTR(&pin_GPIO3) },
94
{ MP_ROM_QSTR(MP_QSTR_PIR), MP_ROM_PTR(&pin_GPIO4) },
95
{ MP_ROM_QSTR(MP_QSTR_PIR_SENSOR), MP_ROM_PTR(&pin_GPIO4) },
96
- { MP_ROM_QSTR(MP_QSTR_), MP_ROM_PTR(&pin_GPIO34) },
+ { MP_ROM_QSTR(MP_QSTR_LDO2), MP_ROM_PTR(&pin_GPIO34) },
97
98
99
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
0 commit comments