]> granicus.if.org Git - esp-idf/commit
mesh: update mesh libs
authorqiyueixa <qiyuexia@espressif.com>
Thu, 14 Jun 2018 10:33:35 +0000 (18:33 +0800)
committerqiyueixa <qiyuexia@espressif.com>
Fri, 15 Jun 2018 12:34:49 +0000 (20:34 +0800)
commit0dd750af1aa0858c6ff6c05a55b77973e4843949
treedac50150d671a3ee8dd47707b1fe6c1dd038ce93
parent4e243fb1c17c6729ec2532bcc2a144a141683238
mesh: update mesh libs

1. rename example internal_transceiver to internal_communication
2. bugfix
3. Closes https://github.com/espressif/esp-idf/issues/2014
components/esp32/include/esp_mesh.h
components/esp32/lib
examples/mesh/internal_communication/Makefile [moved from examples/mesh/internal_transceiver/Makefile with 79% similarity]
examples/mesh/internal_communication/README.md [moved from examples/mesh/internal_transceiver/README.md with 95% similarity]
examples/mesh/internal_communication/main/Kconfig.projbuild [moved from examples/mesh/internal_transceiver/main/Kconfig.projbuild with 100% similarity]
examples/mesh/internal_communication/main/component.mk [moved from examples/mesh/internal_transceiver/main/component.mk with 100% similarity]
examples/mesh/internal_communication/main/include/mesh_light.h [moved from examples/mesh/internal_transceiver/main/include/mesh_light.h with 97% similarity]
examples/mesh/internal_communication/main/mesh_light.c [moved from examples/mesh/internal_transceiver/main/mesh_light.c with 90% similarity]
examples/mesh/internal_communication/main/mesh_main.c [moved from examples/mesh/internal_transceiver/main/mesh_main.c with 85% similarity]