mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-11 07:01:25 +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;
|