From e1bbccd755cc0a8cd29ba9c515fd84a15c687576 Mon Sep 17 00:00:00 2001 From: chopster44 Date: Wed, 12 Nov 2025 18:12:03 +0000 Subject: [PATCH] add header to library.json --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 81b3a09..205b7c0 100644 --- a/library.json +++ b/library.json @@ -16,5 +16,6 @@ ], "version": "0.0.1", "frameworks": "arduino", - "platforms": ["espressif32"] + "platforms": ["espressif32"], + "headers": ["BLEOTA.h"] }