mirror of
https://github.com/meshtastic/firmware.git
synced 2026-09-14 23:38:19 -04:00
Rename MeshPlugin, SinglePortPlugin and ProtobufPlugin
This commit is contained in:
1 parent
46b8b61b7f
commit
6bee95d6b2
33 files changed
+80
-80
No files matched your search
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "SinglePortPlugin.h"
|
||||
#include "SinglePortModule.h"
|
||||
#include "concurrency/OSThread.h"
|
||||
#include "configuration.h"
|
||||
#include <Arduino.h>
|
||||
@@ -10,7 +10,7 @@
|
||||
* Radio interface for ExternalNotificationModule
|
||||
*
|
||||
*/
|
||||
class ExternalNotificationModule : public SinglePortPlugin, private concurrency::OSThread
|
||||
class ExternalNotificationModule : public SinglePortModule, private concurrency::OSThread
|
||||
{
|
||||
public:
|
||||
ExternalNotificationModule();
|
||||
|
||||
Reference in new issue
Block a user