This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Merge branch 'master' into dev
Conflicts: code/espurna/mqtt.ino
fastled
Xose Pérez
7 years ago
parent
8c54488fa1
ca4c6bbebf
commit
a6c487fb00
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save