mesh example

This commit is contained in:
2018-06-02 20:20:57 +02:00
parent e0cb8a9583
commit 0aa048a5bd
9 changed files with 131 additions and 17 deletions

10
src/MeshNet.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __MESHNET_H__
#define __MESHNET_H__
#include "Network.h"
class MeshNet : public Network {
};
#endif