From 1c51eb644ad239636401eec0bd7dfd380a47d878 Mon Sep 17 00:00:00 2001 From: Cellie Date: Fri, 23 May 2025 18:10:25 +0200 Subject: [PATCH 1/2] Update `library.json` --- library.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index 86342d0..fb9912a 100644 --- a/library.json +++ b/library.json @@ -3,10 +3,18 @@ "version": "1.0.3", "description": "This library provides a OpenStreetMap (OSM) map fetching and caching system for ESP32-based devices.", "keywords": [ - "OpenStreetMap", - "GPS", - "LovyanGFX", - "ESP32" + "esp32", + "gps", + "location", + "geolocation", + "tracking", + "map", + "tiles", + "tile-caching", + "openstreetmap", + "osm", + "lovyangfx", + "pngdec" ], "repository": { "type": "git", @@ -38,5 +46,8 @@ "-std=gnu++17" ] }, - "license": "MIT" + "license": "MIT", + "include": [ + "src/OpenStreetMap-esp32.hpp" + ] } \ No newline at end of file From f8ae6274117c2789130bcf0a21e0ca7e189a0790 Mon Sep 17 00:00:00 2001 From: Cellie Date: Fri, 23 May 2025 18:10:59 +0200 Subject: [PATCH 2/2] Add newline --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index fb9912a..dadf9bc 100644 --- a/library.json +++ b/library.json @@ -50,4 +50,4 @@ "include": [ "src/OpenStreetMap-esp32.hpp" ] -} \ No newline at end of file +}