From 3534f0c79e0de92fb9a56d3b1238727f90788c9d Mon Sep 17 00:00:00 2001 From: Gregg Date: Mon, 15 Jul 2024 06:34:03 -0500 Subject: [PATCH] Update Blinker.h Removed "driver/timer.h". This is an old include that has not been used for a while, and happens to have now been deprecated in IDF5 (removing entirely prevents deprecation warnings). --- src/src/extras/Blinker.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/src/extras/Blinker.h b/src/src/extras/Blinker.h index 49a8f0d..291cb89 100644 --- a/src/src/extras/Blinker.h +++ b/src/src/extras/Blinker.h @@ -28,7 +28,6 @@ #pragma once #include -#include [[maybe_unused]] static const char* BLINKER_TAG = "Blinker";