mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-06-25 07:41:33 +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)
|
||||
boolean inUSAQI = false;
|
||||
|
||||
// Display Position
|
||||
boolean displayTop = true;
|
||||
|
||||
// use RGB LED Bar
|
||||
boolean useRGBledBar = true;
|
||||
|
||||
|
Reference in New Issue
Block a user