moved CLIENT_SSL_ENABLE away from the 'default configurations' section

develop
EAD Fritz 2015-01-18 12:24:39 +01:00
rodzic 4ca96e1424
commit d69d24da4a
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -3,6 +3,7 @@
#define CFG_HOLDER 0x00FF55A4 /* Change this value to load default configurations */ #define CFG_HOLDER 0x00FF55A4 /* Change this value to load default configurations */
#define CFG_LOCATION 0x3C /* Please don't change or if you know what you doing */ #define CFG_LOCATION 0x3C /* Please don't change or if you know what you doing */
#define CLIENT_SSL_ENABLE
/*DEFAULT CONFIGURATIONS*/ /*DEFAULT CONFIGURATIONS*/
@ -15,17 +16,13 @@
#define MQTT_USER "DVES_USER" #define MQTT_USER "DVES_USER"
#define MQTT_PASS "DVES_PASS" #define MQTT_PASS "DVES_PASS"
#define STA_SSID "DVES_HOME" #define STA_SSID "DVES_HOME"
#define STA_PASS "yourpassword" #define STA_PASS "yourpassword"
#define STA_TYPE AUTH_WPA2_PSK #define STA_TYPE AUTH_WPA2_PSK
#define MQTT_RECONNECT_TIMEOUT 5 /*second*/ #define MQTT_RECONNECT_TIMEOUT 5 /*second*/
#define CLIENT_SSL_ENABLE
#define DEFAULT_SECURITY 0 #define DEFAULT_SECURITY 0
#define QUEUE_BUFFER_SIZE 2048 #define QUEUE_BUFFER_SIZE 2048
#endif #endif