Add additional compiler flags to prevent errors

This commit is contained in:
Thomas Basler 2023-12-11 18:45:28 +01:00
parent efe0b6b383
commit ab4a872daa

View File

@ -24,7 +24,7 @@ platform = espressif32@6.3.2
build_flags =
-DPIOENV=\"$PIOENV\"
-D_TASK_STD_FUNCTION=1
-Wall -Wextra -Werror
-Wall -Wextra -Werror -Wunused -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference
-std=c++17
-std=gnu++17
build_unflags =