Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: MTC4PU – MattzoTrainController for Powered Up #3316
    Olivier AuOlivier Au
    Participant

    Hello,

    I had the same issue with the ESP32 board not connecting to my wifi.
    I have added line 229 in the MattzoController_library.h file the following:

    Serial.print(“Connecting”);
    while (WiFi.status() != WL_CONNECTED) {
    delay(500);
    Serial.print(“.”);
    }

    Now it connects to the wifi and the board works with no issue!

    Board used is Espressif ESP32-Wroom-32.

    Thanks.

Viewing 1 post (of 1 total)