Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document ESP.getMaxFreeBlockSize() != max malloc size (esp8266#7328)
Fixes esp8266#7322. Because of UMM internals, the largest `malloc()`able block will be smaller than the largest contiguous free RAM block. Note in the docs.
- Loading branch information