Looks Good
loaded the ESP_WiFiSwitch.ino into Arduino IDE and compiled it.
Error Line53 PubSubClienr mqttClient;
"no matching function for call to 'PubSubClient::PubSubCient()'
This looks what I am trying to achieve. I require ESP to connect to MQTT server where I can change the IP address depending on which network I am on. Changing the IP with a web browser is just what I require.
Do I need to use any other ino or just ESP_WiFiSwitch.ino or is there somthing else I am missing
I am running Arduino IDE 1.6.4 with ESP upgrades on Linux Ubuntu
Many Thanks