firmware/src/modules/ModuleDev.h

10 lines
231 B
C
Raw Normal View History

#pragma once
/*
* To developers:
* Use this to enable / disable features in your module that you don't want to risk checking into GitHub.
*
*/
2022-02-27 10:21:02 +00:00
// Enable development more for StoreForwardModule
bool StoreForward_Dev = false;