Browse Source

Merge branch 'master' into dev

Conflicts:
	code/espurna/mqtt.ino
fastled
Xose Pérez 7 years ago
parent
commit
a6c487fb00
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      code/espurna/mqtt.ino

+ 3
- 0
code/espurna/mqtt.ino View File

@ -9,6 +9,9 @@ Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
#include <ESP8266WiFi.h>
#include <vector>
const char *mqtt_user = 0;
const char *mqtt_pass = 0;
#if MQTT_USE_ASYNC
#include <AsyncMqttClient.h>
AsyncMqttClient mqtt;


Loading…
Cancel
Save