I like using names like 'MQTT_USERNAME' for settings/variables and I've noticed that in some of the libraries, there are global variables that are snake_case styled (like I can't use MQTT_USERNAME because of mqtt_username being declared)
Would it be possible to rename some of these global variables in libraries so this is less likely to happen?