The size (total number of nodes) in an ESP-MESH network is dependent on the maximum number of layers permitted in the network, and the maximum number of downstream connections each node can have. Both of these variables can be configured to limit the size of the ...
In Mwifi API, https://docs.espressif.com/projects/esp-mdf/en/latest/api-reference/mwifi/index.html
Mwifi also supports the way to fix the root node. In this case, the nodes in the entire ESP-MESH network cannot communicate with the external IP network through wifi.
I have made some changes to BLE library. And I can add the library to lib folder in PlatformIO project.
But as the same time, there is original library. I know PlatformIO project is using my own one. Is that harmful without removing the original one? Or shall I replace the original one with mine?