From 3477a09dc95ea7e2e362f5d957a541d6bb65eb5c Mon Sep 17 00:00:00 2001 From: matthibpunkt Date: Mon, 11 May 2020 18:40:27 +0200 Subject: [PATCH] Renaming the attribute "Name" to lower case Reason: - name of gitrepo also in lower-case - dependencies in https://github.com/DavidAntliff/esp32-ds18b20 also in lower-case --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 143ed36..04349f9 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "name": "ESP32-OWB", + "name": "esp32-owb", "keywords": "onewire, 1-wire, bus, sensor, temperature", "description": "ESP32-compatible C component for the Maxim Integrated 1-Wire protocol.", "repository":