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 plugin that you don't want to risk checking into GitHub.
*
*/
// Enable development more for StoreForwardPlugin
bool StoreForward_Dev = false;