mirror of
https://github.com/meshtastic/firmware.git
synced 2026-06-22 07:31:17 -04:00
lockdown plugins that touch hardware
This commit is contained in:
@@ -126,5 +126,5 @@ MeshPacket *AdminPlugin::allocReply()
|
||||
AdminPlugin::AdminPlugin() : ProtobufPlugin("Admin", PortNum_ADMIN_APP, AdminMessage_fields)
|
||||
{
|
||||
// restrict to the admin channel for rx
|
||||
boundChannel = "admin";
|
||||
boundChannel = Channels::adminChannel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user