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.
library.json
1 parent f62774b commit 928a4cdCopy full SHA for 928a4cd
library.json
@@ -3,10 +3,18 @@
3
"version": "1.0.3",
4
"description": "This library provides a OpenStreetMap (OSM) map fetching and caching system for ESP32-based devices.",
5
"keywords": [
6
- "OpenStreetMap",
7
- "GPS",
8
- "LovyanGFX",
9
- "ESP32"
+ "esp32",
+ "gps",
+ "location",
+ "geolocation",
10
+ "tracking",
11
+ "map",
12
+ "tiles",
13
+ "tile-caching",
14
+ "openstreetmap",
15
+ "osm",
16
+ "lovyangfx",
17
+ "pngdec"
18
],
19
"repository": {
20
"type": "git",
@@ -38,5 +46,8 @@
38
46
"-std=gnu++17"
39
47
]
40
48
},
41
- "license": "MIT"
42
-}
49
+ "license": "MIT",
50
+ "include": [
51
+ "src/OpenStreetMap-esp32.hpp"
52
+ ]
53
+}
0 commit comments