We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58963ff commit 32d36b6Copy full SHA for 32d36b6
README.md
@@ -44,7 +44,7 @@ void setSize(uint16_t w, uint16_t h);
44
bool resizeTilesCache(uint8_t numberOfTiles);
45
```
46
47
-- If the cache is not resized before the first call to fetchMap, it will automatically initialize with space for 10 tiles on the first fetch.
+- If the cache is not resized before the first call to `fetchMap`, it will automatically initialize with space for 10 tiles on the first fetch.
48
- Each tile allocates 128 kB psram.
49
- The cache content is cleared before resizing.
50
0 commit comments