mirror of
https://github.com/esphome/esphome.git
synced 2025-09-09 06:42:20 +01:00
web_server: Add support for v3 local server_index (#6563)
This commit is contained in:
@@ -27,7 +27,11 @@
|
||||
#endif
|
||||
|
||||
#ifdef USE_WEBSERVER_LOCAL
|
||||
#include "server_index.h"
|
||||
#if USE_WEBSERVER_VERSION == 2
|
||||
#include "server_index_v2.h"
|
||||
#elif USE_WEBSERVER_VERSION == 3
|
||||
#include "server_index_v3.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace esphome {
|
||||
|
Reference in New Issue
Block a user