Open a terminal or cmd window.
git clone https://github.com/armageddon421/electrodacus-esp32.git
And enter the directory
cd electrodacus-esp32
pip install -U platformio
platformio update
platformio run
If all goes well, you should see memory usage bars like these and a line below that reading [SUCCESS] in the middle.
RAM: [= ] 13.5% (used 44224 bytes from 327680 bytes)
Flash: [======= ] 74.3% (used 973461 bytes from 1310720 bytes)
platformio run --target upload
Note: For OTA updates add -e ota --upload-port [IP/hostname] to the end of the commands. 5. After the process is finished, replug your USB (or power supply) to reboot the ESP32 and make sure the GPIO0 is still connected to GND so you can flash again. 6. Upload the filesystem
platformio run --target uploadfs
What kind of usb to serial adapter are you using? Does it show up correctly in the windows device manager? Are there any other serial devices there and which com numbers do they have?
If you find the correct device and port, you can try adding --upload-port=COMx to the upload commands