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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dear @JAndrassy , I am trying example from ArduinoOTA Library SD2Flash2BootAVRHex.ino for update program in Arduino Mega ADK, with Ethernet Shield.
Serial.print(".");
while (hexFile.available() && !ihex2binError) { Serial.print("."); int length = hexFile.readBytesUntil('\n', buffer, sizeof(buffer)); lineNumber++; ihex_read_bytes(&ihex, buffer, length); }
12:50:39.578 -> Initializing SD card... 12:50:39.578 -> Update HEX file found. Performing update... 12:50:39.578 -> 12:50:39.578 -> .
That see, that only the first loop was executed. Please help me for run an update. Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear @JAndrassy ,
I am trying example from ArduinoOTA Library SD2Flash2BootAVRHex.ino for update program in Arduino Mega ADK, with Ethernet Shield.
Serial.print(".");
to see loops of copyThat see, that only the first loop was executed.
Please help me for run an update.
Thank you
The text was updated successfully, but these errors were encountered: