disable ssl and auth

This commit is contained in:
2019-07-21 19:54:32 +02:00
parent a3d8303cdb
commit 51d6da05e0
10 changed files with 4 additions and 52 deletions

View File

@ -5,8 +5,6 @@ typedef struct {
char wifiSsid[32];
char wifiKey[64];
char mqttBroker[32];
char mqttUser[32];
char mqttPass[32];
char mqttClientId[32];
uint32_t mqttPort;
char mqttTopicLed1[64];