adding compile-time messages when extra features are enabled

This commit is contained in:
Frank
2024-05-01 02:11:28 +02:00
parent bf5c95646c
commit 08d73646fd
4 changed files with 5 additions and 0 deletions

View File

@@ -481,6 +481,7 @@ void BusNetwork::cleanup() {
// ***************************************************************************
#ifdef WLED_ENABLE_HUB75MATRIX
#warning "HUB75 driver enabled (experimental)"
BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) {