I tried out the sample app MqttClient_Hello. At first, ESP8266 keeps resetting itself. To finally get it to work, the following line in init() has to be commented out.
commandHandler.registerSystemCommands();
I am not sure why exactly. Perhaps the experts can advise.
I tried out the sample app MqttClient_Hello. At first, ESP8266 keeps resetting itself. To finally get it to work, the following line in init() has to be commented out.
commandHandler.registerSystemCommands();I am not sure why exactly. Perhaps the experts can advise.