mirror of
https://gitlab.com/wirelos/sprocket-plugin-rcswitch.git
synced 2025-12-14 05:56:48 +01:00
12 lines
222 B
C++
12 lines
222 B
C++
#include "TemplatePlugin.h"
|
|
|
|
TemplatePlugin::TemplatePlugin(TemplateConfig cfg)
|
|
{
|
|
templateConfig = cfg;
|
|
}
|
|
|
|
void TemplatePlugin::activate(Scheduler *scheduler)
|
|
{
|
|
PRINT_MSG(Serial, "TEMPLATE", "plugin activated");
|
|
}
|