ESP-MQTT-JSON-Digital-LEDs icon indicating copy to clipboard operation
ESP-MQTT-JSON-Digital-LEDs copied to clipboard

MILLION / color_temp

Open AAli77 opened this issue 8 years ago • 2 comments

i am getting this error

ESP_MQTT_Digital_LEDs:394: error: 'MILLION' was not declared in this scope

AAli77 avatar Sep 22 '17 23:09 AAli77

#37

TheJulianJES avatar Sep 23 '17 22:09 TheJulianJES

Simply define MILLION at the beginning of the code:

#define MILLION 1000000

Makr91 avatar Oct 28 '17 05:10 Makr91