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