Search found 1 match
- Thu Jan 23, 2020 10:38 pm
- Forum: ESP32 Arduino
- Topic: WiFi/MQTT in setup() breaks code in loop()
- Replies: 2
- Views: 3459
WiFi/MQTT in setup() breaks code in loop()
Dear all, Would hugely appreciate your help - pulling my hair out over this. I'm a relative beginner so be kind please. Problem : Running WiFi.begin() or client.setserver(mqtt_server, 1883); in void setup() breaks void loop(). Intended Behaviour : Boots with outPin LOW regardless of state of inPin. ...