mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 13:25:03 +01:00
mesh example
This commit is contained in:
10
src/MeshNet.h
Normal file
10
src/MeshNet.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __MESHNET_H__
|
||||
#define __MESHNET_H__
|
||||
|
||||
#include "Network.h"
|
||||
|
||||
class MeshNet : public Network {
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user