mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
Rename MeshPlugin, SinglePortPlugin and ProtobufPlugin
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
#include "ProtobufPlugin.h"
|
||||
#include "ProtobufModule.h"
|
||||
|
||||
/**
|
||||
* Routing module for router control messages
|
||||
*/
|
||||
class AdminModule : public ProtobufPlugin<AdminMessage>
|
||||
class AdminModule : public ProtobufModule<AdminMessage>
|
||||
{
|
||||
public:
|
||||
/** Constructor
|
||||
|
||||
Reference in New Issue
Block a user