Browse Source

Revert MQTT_USE_ASYNC value to 1

fastled 1.9.1
Xose Pérez 7 years ago
parent
commit
ba356d63ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/general.h

+ 1
- 1
code/espurna/config/general.h View File

@ -316,7 +316,7 @@ PROGMEM const char* const custom_reset_string[] = {
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
#ifndef MQTT_USE_ASYNC #ifndef MQTT_USE_ASYNC
#define MQTT_USE_ASYNC 0 // Use AysncMQTTClient (1) or PubSubClient (0)
#define MQTT_USE_ASYNC 1 // Use AysncMQTTClient (1) or PubSubClient (0)
#endif #endif
// MQTT OVER SSL // MQTT OVER SSL


Loading…
Cancel
Save