Changing SDL and SCA pins on custom ESP32 board

Idahowalker:
The ESP32 GPIO matrix for port A can set SDL and SCL to any port pin. It's up to the library to accept other pins as alternates. If the library does not allow for pin assignments but does make provisions for software I2C just 'pretend' to the library that you are using software I2C. So far that 'trick' has worked for me.

I don't follow...