mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-06-03 19:50:45 +08:00

1. update api to set csi channel filter and ht_ltf data generating method(d5562815) update phy lib to v4000(37ebdfac) 2. Add filter reset to do RXIQ 3. Change freq_offset step from 16k to 4k 4. void phy_chan_filt_set(bool filt_en, bool merge_en) 5. Add chan14_mic_enable(bool en, s8 most_pwr) 6. Use esp_dport_access_reg_read() to read DPORT REG
ESP32 WiFi Stack Libraries ==================== This repository contains binary libraries supporting the ESP32 RF subsystems. It is used as a submodule within `Espressif IoT Development Framework`_ (ESP-IDF). Files in this repository are Copyright (C) 2015-2016 Espressif Systems. These binary libraries are provided under the same license as the parent esp-idf project - the Apache License 2.0 as provided in the file LICENSE. (The license text refers to this as "Object" form.) .. _Espressif IoT Development Framework: https://github.com/espressif/esp-idf
Description
Languages
Shell
100%