mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-17 20:08:48 -05:00
More renaming plugin to module
This commit is contained in:
@@ -83,7 +83,7 @@ int CannedMessageModule::splitConfiguredMessages()
|
||||
messageIndex-1, this->messages[messageIndex-1]);
|
||||
|
||||
// hit our max messages, bail
|
||||
if (messageIndex >= CANNED_MESSAGE_PLUGIN_MESSAGE_MAX_COUNT)
|
||||
if (messageIndex >= CANNED_MESSAGE_MODULE_MESSAGE_MAX_COUNT)
|
||||
{
|
||||
this->messagesCount = messageIndex;
|
||||
return this->messagesCount;
|
||||
|
||||
Reference in New Issue
Block a user