Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 279 Bytes

_template_feature-not-included.md

File metadata and controls

9 lines (8 loc) · 279 Bytes

!> This feature is not included in precompiled binaries.

To use it you must compile your build. Add the following to user_config_override.h:

#ifndef USE_SHUTTER
#define USE_SHUTTER           // Add Shutter support (+6k code)
#endif