]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 20 Jul 2017 06:25:49 +0000 (14:25 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 20 Jul 2017 06:25:49 +0000 (14:25 +0800)
commit292c2abd3bc87b6f76a4ef3b26e35860d12582e9
treef6350711a8972bf2a375b1db7f781f4983139761
parentf6193a68a591ca09f9b4f7a065af89ff863852a3
parent979fce0df55ffbc2fa487f3dbf693e1951abd417
Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master'

bt: call nvs_flash_init in examples, show error if NVS is not initialized

See merge request !1003