From 3f3001233840f36917a09e5db8fed565c8b2eb70 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 18 Dec 2023 14:54:16 -0800 Subject: [PATCH] Fix the library name so the linter is happy --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index cb4c3ec..032ccd8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code -name=ESP-WebOTA +name=ESP32-OTA version=0.1.6 author=Scott Baker maintainer=Scott Baker