disable non-error ansi logging

http-comm
Ondřej Hruška 7 years ago
parent cb71586138
commit 0f10d84a59
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      esphttpdconfig.mk

@ -48,7 +48,7 @@ GLOBAL_CFLAGS = \
-DDEBUG_CGI=0 \
-DDEBUG_WIFI=0 \
-DDEBUG_WS=0 \
-DDEBUG_ANSI=1 \
-DDEBUG_ANSI=0 \
-DDEBUG_ANSI_NOIMPL=1 \
-DDEBUG_INPUT=0 \
-DDEBUG_HEAP=1 \

Loading…
Cancel
Save