Browse Source

Fix building without MQTT_SUPPORT

rules-rpn
Niek van der Maas 5 years ago
parent
commit
89a17313c2
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      code/espurna/mqtt.ino

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

@ -870,4 +870,10 @@ void mqttLoop() {
} }
#else
bool mqttForward() {
return false;
}
#endif // MQTT_SUPPORT #endif // MQTT_SUPPORT

Loading…
Cancel
Save