mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-05 12:19:56 +00:00
6 lines
151 B
C
6 lines
151 B
C
|
#pragma once
|
||
|
|
||
|
/**
|
||
|
* Create plugin instances here. If you are adding a new plugin, you must 'new' it here (or somewhere else)
|
||
|
*/
|
||
|
void setupPlugins();
|