mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-04 19:59:55 +00:00
7aacfd66ef
fixes nasty bug @mc-hamster discovered with plugin order of operations
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(); |