Delete unused displayTop global

We never use this variable, so there's no reason to declare or define it.
This commit is contained in:
Michael Lynch
2024-01-21 12:00:06 -05:00
parent 31c51cc4ee
commit f210ffd2e7

View File

@ -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;