LucidVR / lucidgloves

Arduino/ESP32 based DIY VR Haptic gloves. Compatible with SteamVR via OpenGloves.
MIT License
2.02k stars 259 forks source link

What is pin32 being used for? #122

Open DieKatzchen opened 5 months ago

DieKatzchen commented 5 months ago

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?