]> granicus.if.org Git - esp-idf/commit
aws_iot: fix aws_iot examples without NVS initialization
authorChen Wu <chenwu@espressif.com>
Wed, 22 Nov 2017 03:42:55 +0000 (11:42 +0800)
committerChen Wu <chenwu@espressif.com>
Wed, 22 Nov 2017 05:02:55 +0000 (13:02 +0800)
commit4b3997cfbb45d56dfd851900d5b35387114ef1d4
treef9affaa0fa695f715cae5ea789e3adec6c1781eb
parent4332a2c4bce87e500acd4c5d36d7c73b43ee72af
aws_iot: fix aws_iot examples without NVS initialization

WiFi used to initialise nvs automatically, but it doesn't now.
see more info: https://github.com/espressif/esp-idf/issues/624

Closes #624
examples/protocols/aws_iot/subscribe_publish/main/subscribe_publish_sample.c
examples/protocols/aws_iot/thing_shadow/main/thing_shadow_sample.c