.pio/libdeps/esp32debug/WiFiManager/WiFiManager.cpp:150:100: required from here
.pio/libdeps/esp32debug/WiFiManager/WiFiManager.cpp:3368:23: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t' {aka 'unsigned int'} [-Werror=format=]
_debugPort.printf("[MEM] free: %5lu | max: %5u | frag: %3u%% \n", free, max, frag);
.pio/libdeps/esp32debug/WiFiManager/WiFiManager.cpp:150:100: required from here .pio/libdeps/esp32debug/WiFiManager/WiFiManager.cpp:3368:23: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t' {aka 'unsigned int'} [-Werror=format=]
_debugPort.printf("[MEM] free: %5lu | max: %5u | frag: %3u%% \n", free, max, frag);
will not build when i used it for this https://github.com/zivillian/esp32-modbus-gateway.git on esp32 dev module