mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
10 lines
231 B
C
10 lines
231 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
/*
|
||
|
|
* To developers:
|
||
|
|
* Use this to enable / disable features in your plugin that you don't want to risk checking into GitHub.
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
// Enable development more for StoreForwardPlugin
|
||
|
|
bool StoreForward_Dev = false;
|