mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
relative link
This commit is contained in:
parent
e372457367
commit
6a9f044f87
@ -80,7 +80,7 @@ void onError(OTA_CALLBACK_ERROR (fn));
|
|||||||
### Basic Requirements
|
### Basic Requirements
|
||||||
|
|
||||||
Flash chip size needs a size thats is able to hold the old sketch (currently running) and the new sketch (OTA) at the same time.
|
Flash chip size needs a size thats is able to hold the old sketch (currently running) and the new sketch (OTA) at the same time.
|
||||||
keep in mind that the File system and EEPROM for example needs space too (one time) see [flash layout](https://github.com/esp8266/Arduino/blob/master/doc/filesystem.md#flash-layout).
|
keep in mind that the File system and EEPROM for example needs space too (one time) see [flash layout](../filesystem.md#flash-layout).
|
||||||
```cpp
|
```cpp
|
||||||
ESP.getFreeSketchSpace();
|
ESP.getFreeSketchSpace();
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user