mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-29 16:37:17 +02:00
Delete unused displayTop global
We never use this variable, so there's no reason to declare or define it.
This commit is contained in:
@ -93,9 +93,6 @@ boolean inF = false;
|
|||||||
// PM2.5 in US AQI (default ug/m3)
|
// PM2.5 in US AQI (default ug/m3)
|
||||||
boolean inUSAQI = false;
|
boolean inUSAQI = false;
|
||||||
|
|
||||||
// Display Position
|
|
||||||
boolean displayTop = true;
|
|
||||||
|
|
||||||
// use RGB LED Bar
|
// use RGB LED Bar
|
||||||
boolean useRGBledBar = true;
|
boolean useRGBledBar = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user