CannedMessages from plugin to module

This commit is contained in:
Jm Casler
2022-02-27 01:20:23 -08:00
parent ba7644e376
commit 24556f2803
3 changed files with 64 additions and 64 deletions

View File

@@ -37,7 +37,7 @@ void setupPlugins()
new ReplyPlugin();
rotaryEncoderInterruptImpl1 = new RotaryEncoderInterruptImpl1();
rotaryEncoderInterruptImpl1->init();
cannedMessagePlugin = new CannedMessagePlugin();
cannedMessageModule = new CannedMessageModule();
#ifndef PORTDUINO
new TelemetryPlugin();
#endif