Skip to content
New issue

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

Included desription of ArduinoOTA support and other corrections listed #1023

Closed
wants to merge 1 commit into from
Closed

Conversation

krzychb
Copy link
Contributor

@krzychb krzychb commented Nov 15, 2015

  1. Include ArduinoOTA as the way to go - http://www.esp8266.com/viewtopic.php?p=33231#p33231 and Added desription of Arduino IDE OTA process to documentation #984 (comment)
  2. Need to update boards.txt to have OTA for NodeMCU 1.0 in stable or staging platform package
  3. Address possible confusion regarding DNS_SD_Arduino_OTA.ino - OTA Update example sketch missing  #1001 and Added desription of Arduino IDE OTA process to documentation #984 (comment)

1. Include ArduinoOTA as the way to go - http://www.esp8266.com/viewtopic.php?p=33231#p33231
2. Need to update boards.txt to have OTA for NodeMCU 1.0 in stable or staging platform package
3. Address possible confusion regarding DNS_SD_Arduino_OTA.ino - #1001 and #984 (comment)

Next day cleaning review

Update ota_updates.md

Update ota_updates.md

Update ota_updates.md

Update ota_updates.md


## Basic Requirements

- Flash chip size is 2x the size of the sketch.

Two separate, same size memory locations are used alternately. While existing sketch is executed from one location, the new sketch is saved to the other. After reset the new sketch is executed directly from where saved. Location of old sketch will be used for next OTA upload.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@krzychb
Copy link
Contributor Author

krzychb commented Nov 15, 2015

Thank you for review Links2004
I would delete this paragraph.
Could you do it for me or I should submit another pull request?
Krzysztof

Links2004 added a commit to Links2004/Arduino that referenced this pull request Nov 15, 2015
@Links2004
Copy link
Collaborator

I will merge it in

@Links2004 Links2004 mentioned this pull request Nov 15, 2015
@Links2004
Copy link
Collaborator

i close this pull request, will merge #1024 with you change as soon the Travis has finished the build checks.

@Links2004 Links2004 closed this Nov 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants