Skip to content

Commit 15fc44c

Browse files
committed
Lolin S2 Mini fix typo in pin assignment
1 parent 32b9450 commit 15fc44c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/esp32s2/boards/lolin_s2_mini/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
1818

1919
{ MP_ROM_QSTR(MP_QSTR_IO6), MP_ROM_PTR(&pin_GPIO6) }, // RTC_GPIO6,GPIO6,TOUCH6,ADC1_CH5
2020
{ MP_ROM_QSTR(MP_QSTR_IO7), MP_ROM_PTR(&pin_GPIO7) }, // RTC_GPIO7,GPIO7,TOUCH7,ADC1_CH6
21-
{ MP_ROM_QSTR(MP_QSTR_SCK), MP_ROM_PTR(&pin_GPI7) }, // def from Wemos MP
21+
{ MP_ROM_QSTR(MP_QSTR_SCK), MP_ROM_PTR(&pin_GPIO7) }, // def from Wemos MP
2222
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_GPIO7) }, // D1 mini pin D5 GPIO14
2323

2424
// mpconfigboard.h: GPIO8/GPIO9: SCL/SDA I2C0

0 commit comments

Comments
 (0)