esp-idf/tools/esp_prov/transport
harshal.patil 37303266f0
fix(esp_prov): update devices tuple usage due to API deprecations
- a recent commit fixed the API deprecations,
and the BLEDevice object now needs to be accessed through a tuple.
- thus the changes were made in the code wherein the object was used,
but updating the usage in the condition when de
vname is not None got skipped.
2023-08-22 14:44:38 +05:30
..
__init__.py
ble_cli.py fix(esp_prov): update devices tuple usage due to API deprecations 2023-08-22 14:44:38 +05:30
transport.py
transport_ble.py
transport_console.py
transport_http.py