diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 330e6d32..255f76a3 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -118,7 +118,7 @@ // of the web interface by running "gulp buildfs_embed" #ifndef EMBEDDED_WEB -#define EMBEDDED_WEB 1 +#define EMBEDDED_WEB 0 #endif // -----------------------------------------------------------------------------