bugfix(touchpad):swap touch8 and touch9 #3584 (#3620)

This commit is contained in:
TreeNewbeer 2020-01-09 14:11:40 +08:00 committed by Me No Dev
parent 9ad860758c
commit 3fc974f3aa

View File

@ -59,8 +59,8 @@ const DRAM_ATTR esp32_gpioMux_t esp32_gpioMux[GPIO_PIN_COUNT]={
{0, -1, -1, -1},
{0, -1, -1, -1},
{0, -1, -1, -1},
{0x1c, 9, 4, 9},
{0x20, 8, 5, 8},
{0x1c, 9, 4, 8},
{0x20, 8, 5, 9},
{0x14, 4, 6, -1},
{0x18, 5, 7, -1},
{0x04, 0, 0, -1},