From f210ffd2e7f12b51e8c63d538c8f1dd87e798297 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Sun, 21 Jan 2024 12:00:06 -0500 Subject: [PATCH] Delete unused displayTop global We never use this variable, so there's no reason to declare or define it. --- examples/ONE_V9/ONE_V9.ino | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/ONE_V9/ONE_V9.ino b/examples/ONE_V9/ONE_V9.ino index 238bc02..ce90de7 100644 --- a/examples/ONE_V9/ONE_V9.ino +++ b/examples/ONE_V9/ONE_V9.ino @@ -93,9 +93,6 @@ boolean inF = false; // PM2.5 in US AQI (default ug/m3) boolean inUSAQI = false; -// Display Position -boolean displayTop = true; - // use RGB LED Bar boolean useRGBledBar = true;