firmware/src/modules/PluginDev.h
2022-02-26 23:56:26 -08:00

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;