From a0c9c787a4cba72ee862295a374b219661fdbdef Mon Sep 17 00:00:00 2001 From: TheBeadster Date: Mon, 30 Jun 2025 20:26:55 +0100 Subject: [PATCH] Fix missing Arduino include in Bluetooth --- Bluetooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Bluetooth.h b/Bluetooth.h index 8292810..2196070 100644 --- a/Bluetooth.h +++ b/Bluetooth.h @@ -11,6 +11,7 @@ // GNU General Public License for more details. #pragma once +#include // You should have received a copy of the GNU General Public License // along with this program. If not, see .