We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
I do not have the exact command, and urge you or anyone else to post it, but you should be able to flash this entirely on using esptool.py.
Sorry, something went wrong.
This is the command we used to flash to nodemcu on macos catalina using the .bin files from this repo.
our prerequisites:
sudo esptool.py --port /dev/tty.SLAB_USBtoUART write_flash 0x00000 image.elf-0x00000.bin 0x40000 image.elf-0x40000.bin
We are able to attach to esp via wifi but going to 192.168.4.1 only returns this error.
File not found.
Even though web interface isn't working we confirmed that our tv received the analog signal.
You do need to also flash the web file. You may need to do that via the network. I think it's make netweb
make netweb
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: