diff --git a/RF24Mesh_config.h b/RF24Mesh_config.h index 6f35fa7..0c0d1a7 100644 --- a/RF24Mesh_config.h +++ b/RF24Mesh_config.h @@ -60,7 +60,6 @@ * On child nodes, when calling `mesh.checkConnection();`, configure how many attempts will be made to contact the master node to verify connectivity * Raising this number can result in a more stable mesh, since nodes can more easily verify that a connection is active */ - #ifndef MESH_CONNECTION_CHECK_ATTEMPTS #define MESH_CONNECTION_CHECK_ATTEMPTS 3 #endif