Skip to content

Commit e929b41

Browse files
Bump version to 1.1.0 (#105)
1 parent 3955061 commit e929b41

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
4141
framework = arduino
4242

4343
lib_deps =
44-
celliesprojects/OpenStreetMap-esp32@^1.0.6
44+
celliesprojects/OpenStreetMap-esp32@^1.1.0
4545
lovyan03/LovyanGFX@^1.2.7
4646
bitbank2/PNGdec@^1.1.3
4747
```
@@ -83,7 +83,6 @@ This returns the number of tiles required to cache the given map size.
8383
bool resizeTilesCache(uint16_t numberOfTiles)
8484
```
8585
86-
- If the cache is not resized before the first call to `fetchMap`, the cache will be auto initialized with the amount of tiles returned by `tilesNeeded(w, h)` where `w` and `h` are the current map width and height.
8786
- The cache content is cleared before resizing.
8887
- Each 256px tile allocates **128kB** psram.
8988
- Each 512px tile allocates **512kB** psram.

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "OpenStreetMap-esp32",
3-
"version": "1.0.6",
4-
"description": "This library provides a OpenStreetMap (OSM) map fetching and caching system for ESP32-based devices.",
3+
"version": "1.1.0",
4+
"description": "This PlatformIO library provides a OpenStreetMap (OSM) map fetching and caching system for ESP32-based devices.",
55
"keywords": [
66
"esp32",
77
"gps",

0 commit comments

Comments
 (0)