Hi, I am trying to get painlessmesh to work with my ESP32 UWB (Board selected: ESP32 Dev Module in the IDE) and get a:
'class WiFiClass' has no member named 'setAutoConnect'; did you mean 'setAutoReconnect'?
when I try and compile.
After some searching I found some edits to the WiFi.begin command in
painlessMeshSTA.cpp and an edit to the wifi.hpp. That allowed it to compile, but would not connect to other devices.
Has anyone a solution for this? I Really like painlessmesh and would like to use it between some ESP32 UWB and a Arduino ESP32 Nano and a generic ESP8266, both of which work fine with painlessmesh 1.5.0.
Many thanks.