sysparam editor: avoid saving any wifi params to flash
This commit is contained in:
parent
7a8ee567b6
commit
4d072e20ed
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
PROGRAM=sysparam_editor
|
||||
|
||||
# Setting this to 1..3 will add extra debugging output to stdout
|
||||
EXTRA_CFLAGS=-DSYSPARAM_DEBUG=0
|
||||
EXTRA_CFLAGS = -DSYSPARAM_DEBUG=0
|
||||
|
||||
# Avoid writing the wifi state to flash when using wificfg.
|
||||
EXTRA_CFLAGS += -DWIFI_PARAM_SAVE=0
|
||||
|
||||
include ../../common.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue