From fede8e21cb439f4a749162c0a2e41e0fc262b1b3 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Tue, 18 Oct 2022 21:28:32 +0200 Subject: [PATCH] Added more strict compile flags --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index d971066..44150ff 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,7 +18,7 @@ platform = espressif32@>=5.2.0 build_flags = -D=${PIOENV} -DCOMPONENT_EMBED_FILES=webapp_dist/index.html.gz:webapp_dist/zones.json.gz:webapp_dist/favicon.ico:webapp_dist/js/app.js.gz - -Wall + -Wall -Wextra -Werror lib_deps = https://github.com/yubox-node-org/ESPAsyncWebServer