diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index bb45a92d..1a7b9b26 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -119,6 +119,7 @@ #define WEB_SUPPORT 1 // Chicken and egg :) #endif +#ifndef DEBUG_WEB_ENABLED #define DEBUG_WEB_ENABLED 1 // Enable debug output by default #endif