WIP moving positions to new system

This commit is contained in:
Kevin Hester
2020-12-03 16:48:44 +08:00
parent 7737123d0f
commit d3cb9bdd4a
10 changed files with 191 additions and 67 deletions

View File

@@ -14,8 +14,6 @@
*/
class MeshPlugin
{
const char *name;
static std::vector<MeshPlugin *> *plugins;
public:
@@ -31,6 +29,8 @@ class MeshPlugin
static void callPlugins(const MeshPacket &mp);
protected:
const char *name;
/**
* Initialize your plugin. This setup function is called once after all hardware and mesh protocol layers have
* been initialized