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