I'm attempting to follow the readme: https://github.com/jsphuebner/esp8266-web-interface, but it seems very specific to ESP8266 wifi modules. The V8 board uses an ESP32 module now, so are these two modules similar enough that I should be able to follow the same instructions, with only changing a few things?
I tried the Arduino & Platform.io methods and changing anything obvious (like the serial port ID), but I am getting various errors depending on which method used. I also don't see ESPRESSIF ESP32-WROOM available in the Arduino IDE board manager, and the platform.io configs have a lot of references to ESP8266xxx libraries, so I'm not sure if I am going down the right path here. I searched GitHub for an updated/different repo but didn't find anything.
I have some experience with Arduino, but this is my first time interacting with an ESP32 module, so please forgive my ignorance. I managed to program the STM32 successfully via the ST-Link Utility and got a red blinking LED. I just need to figure out this last bit.
Thanks!!