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
OTA does not work because avrdude does not recognize the port as configured. It needs something like this:
avrdude -DV -patmega328p -Pnet:192.168.1.25:23 -carduino -b115200 -U flash:w:brewpi-arduino-uno-revC-0_2_10.hex:i -C /usr/share/arduino/hardware/tools/avrdude.conf
The text was updated successfully, but these errors were encountered:
lbussy
No branches or pull requests
OTA does not work because avrdude does not recognize the port as configured. It needs something like this:
avrdude -DV -patmega328p -Pnet:192.168.1.25:23 -carduino -b115200 -U flash:w:brewpi-arduino-uno-revC-0_2_10.hex:i -C /usr/share/arduino/hardware/tools/avrdude.conf
The text was updated successfully, but these errors were encountered: