X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=test%2Fbasicpp.cpp;h=06e732ce2bdd686aceafd5a53f5e4206da85d838;hb=refs%2Fheads%2FESP8266;hp=bed69461166f025e837c58428b14cf828bdca48b;hpb=80a9dcfd08bcd450f7be14207257713e1b027319;p=meshlink-tiny diff --git a/test/basicpp.cpp b/test/basicpp.cpp index bed6946..06e732c 100644 --- a/test/basicpp.cpp +++ b/test/basicpp.cpp @@ -24,10 +24,6 @@ int main(void) { assert(self); assert(!strcmp(self->name, "foo")); - // Disable local discovery. - - mesh.enable_discovery(false); - // Start and stop the mesh. assert(mesh.start()); @@ -55,8 +51,6 @@ int main(void) { // Start and stop the mesh. - mesh.enable_discovery(false); - assert(mesh.start()); mesh.stop(); }