net: lwm2m: lower default maximum observes from 20 to 10
In an effort to reduce the footprint of the LwM2M client, let's lower the default # of observes handled by the client from 20 to 10. This saves ~640 bytes of SRAM. Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
This commit is contained in:
parent
ad13866ffd
commit
fc8d093592
@ -51,7 +51,7 @@ config LWM2M_ENGINE_MAX_REPLIES
|
||||
|
||||
config LWM2M_ENGINE_MAX_OBSERVER
|
||||
int "Maximum # of observable LWM2M resources"
|
||||
default 20
|
||||
default 10
|
||||
range 5 200
|
||||
help
|
||||
This value sets the maximum number of resources which can be
|
||||
|
||||
Loading…
Reference in New Issue
Block a user