Probably not an actual problem with the code, could someone help me with an error I'm getting? I'm on literally the second step where I have to flash the firmware and I am getting an error no matter which serial port I use (both show up when I use ls) and regardless of if my esp is in boot mode. Not a big coder, someone pls help me out!
Kali Linux VM (most recent vers) thru VMWare on a Windows 11 machine plugged into a wrover kit
This is due to your python evironment missing virtualenv package.
You can run sudo pip3 install virtualenv or sudo apt-get install python3-venv to install it.
Probably not an actual problem with the code, could someone help me with an error I'm getting? I'm on literally the second step where I have to flash the firmware and I am getting an error no matter which serial port I use (both show up when I use ls) and regardless of if my esp is in boot mode. Not a big coder, someone pls help me out!
Kali Linux VM (most recent vers) thru VMWare on a Windows 11 machine plugged into a wrover kit