Disable AC DIMMER for Minimal Firmware

This commit is contained in:
Adrian Scillato 2021-08-28 18:06:02 -03:00 committed by GitHub
parent d8df7d7f17
commit 506342a0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -898,6 +898,7 @@
#undef USE_PROMETHEUS // Disable support for https://prometheus.io/ metrics exporting over HTTP /metrics endpoint
#undef DEBUG_THEO // Disable debug code
#undef USE_DEBUG_DRIVER // Disable debug code
#undef USE_AC_ZERO_CROSS_DIMMER // Disable support for AC_ZERO_CROSS_DIMMER
#endif // FIRMWARE_MINIMAL
#endif // ifndef FIRMWARE_MINICUSTOM