add ESPNOW feature

ESPNOW is a kind of WiFi communication bettween WiFi devices, no
    matter they are connected to each other or not. Once two WiFi
    devices are paired, they can send data to or receive data from
    each other. The data is transmitted in action frame which can
    be encrypted with CCMP method. ESPNOW also support mutilcast frame
    transmitting.
This commit is contained in:
XiaXiaotian
2017-07-12 11:50:39 +08:00
parent 63e1e4e502
commit e4ba31a8b9
6 changed files with 422 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ INPUT = \
../components/esp32/include/esp_wifi.h \
../components/esp32/include/esp_wifi_crypto_types.h \
../components/esp32/include/esp_smartconfig.h \
../components/esp32/include/esp_now.h \
## Bluetooth - API Reference
## Controller && VHCI
../components/bt/include/bt.h \