There's a couple spots in _main.ino where pin32 is referenced as a magic number. This is the main thing stopping compatibility with ESP32S3, as pin32 is used internally for the system flash. What is it being used for and can it be replaced with a configuration item?
There's a couple spots in _main.ino where pin32 is referenced as a magic number. This is the main thing stopping compatibility with ESP32S3, as pin32 is used internally for the system flash. What is it being used for and can it be replaced with a configuration item?