1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

removed paragraph see #1023

This commit is contained in:
Markus Sattler 2015-11-15 13:13:03 +01:00
parent 6fc15a2e18
commit ad2a887abc

View File

@ -53,8 +53,6 @@ The following chapters provide more details and specific methods of doing OTA.
- 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.
## Arduino IDE