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
|
@ -3,6 +3,9 @@ PROGRAM=sysparam_editor
|
|||
# Setting this to 1..3 will add extra debugging output to stdout
|
||||
EXTRA_CFLAGS = -DSYSPARAM_DEBUG=0
|
||||
|
||||
# Avoid writing the wifi state to flash when using wificfg.
|
||||
EXTRA_CFLAGS += -DWIFI_PARAM_SAVE=0
|
||||
|
||||
include ../../common.mk
|
||||
|
||||
# `make dump-flash` can be used to view the current contents of the sysparam
|
||||
|
|
Loading…
Reference in a new issue