geerlingguy / airgradient-prometheus

AirGradient Prometheus exporter.
MIT License
174 stars 59 forks source link

improvement based on #15 #16

Closed Thelvaen closed 2 years ago

Thelvaen commented 2 years ago

improvement based on #15

added FLIP_SCREEN toggle to the config, also changed below vars for consistency with the rest of the code and to match best practices (Upper Snake Case for #define)

define staticip => #define STATIC_IP

and: IPAddress static_ip => IPAddress staticIp

Thelvaen commented 2 years ago

maths shenanigans involved in showTextRectangle with the screen Flipped or not, should not be merged.