From 8db2a6d4c02471ff1652e46957522586790eb834 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Fri, 19 Jun 2026 00:59:28 +0200 Subject: [PATCH] Cleanup --- Documentation/ideas.md | 2 -- Tactility/Source/Tactility.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/Documentation/ideas.md b/Documentation/ideas.md index 664221e0..3ff05916 100644 --- a/Documentation/ideas.md +++ b/Documentation/ideas.md @@ -12,8 +12,6 @@ ## Higher Priority -- Make a root device type so it can be discovered more easily. -- When device.py selects a new device, it should automatically delete the build dirs (build/, cmake-*/) when it detects that the platform has changed. - Add font design tokens such as "regular", "title" and "smaller". Perhaps via the LVGL kernel module. - Add kernel listening mechanism so that the root device init can be notified when a device becomes available: Callback for device/start stop with filtering on device type: diff --git a/Tactility/Source/Tactility.cpp b/Tactility/Source/Tactility.cpp index adb615bd..5f83d446 100644 --- a/Tactility/Source/Tactility.cpp +++ b/Tactility/Source/Tactility.cpp @@ -34,7 +34,6 @@ #include #ifdef ESP_PLATFORM -#include #include #endif