nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.37k stars 710 forks source link

io_mux_translate array length #1097

Open xyybob opened 3 years ago

xyybob commented 3 years ago

Hello!

In file System.cpp the array io_mux_translate[] is 33 elements long but gpioToIoMux() which uses it has parameter from 0 - 39 passed... Are there missing array elements in io_mux_translate[]? i.e. gpio22 - gpio28 or am I missing something?

Thanks...