corbanmailloux / esp-mqtt-rgb-led

MQTT RGB LEDs Using JSON for Home Assistant
MIT License
270 stars 74 forks source link

Remove extra `const` creations for `CONFIG_*` defines. #40

Closed corbanmailloux closed 6 years ago

corbanmailloux commented 6 years ago

The CONFIG_* defines should be able to be used directly in most (all?) cases. Remove the redundant consts.