Moved FEATURE_WEBSERVER into config-system

This commit is contained in:
CommanderRedYT
2022-01-18 20:04:31 +01:00
parent 5e242eb098
commit eb8cacec5a
20 changed files with 5 additions and 56 deletions

View File

@@ -29,7 +29,6 @@
using namespace std::chrono_literals;
#ifdef FEATURE_WEBSERVER
namespace {
constexpr const char * const TAG = "BOBBYWEB";
@@ -204,4 +203,3 @@ esp_err_t webserver_status_handler(httpd_req_t *req)
}
} // namespace
#endif