You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.