Tibbo Library Variables
complete
k
keaton@vipindoorstorage.com
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?
Jimmy Hu
complete
Jimmy Hu
this is definitely on our todo list of reducing global variable names that are taken up by libraries
k
keaton@vipindoorstorage.com
DEVICE_NAME, MQTT_PW are others