Fix constant capitalization

This commit is contained in:
bzi 2019-02-25 21:10:35 +01:00
parent aa074fea01
commit f8d57832cd
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#define MQTT_PORT 1883
#define MQTT_USER "your_mqtt_user"
#define MQTT_PW "your_mqtt_pw"
#define MQTT_CLIENT "ESP8266Client." sensor_id
#define MQTT_CLIENT "ESP8266Client." SENSOR_ID
#define OPERATION_BLINK_EN false // blink continuously if in correct operation
#define OPERATION_PERIOD 10000 // sensor reading period in milliseconds