mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
change(esp_prov): also remove print_function from esp_prov
This commit is contained in:
parent
2ffc5ac6e6
commit
ec39de3992
@ -1,6 +1,5 @@
|
|||||||
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
||||||
# SPDX-License-Identifier: Unlicense OR CC0-1.0
|
# SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||||
from __future__ import unicode_literals
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
|
@ -105,7 +105,6 @@ For Android, a provisioning tool along with source code is available [here](http
|
|||||||
|
|
||||||
This requires the following python libraries to run:
|
This requires the following python libraries to run:
|
||||||
* `bleak`
|
* `bleak`
|
||||||
* `future`
|
|
||||||
* `protobuf`
|
* `protobuf`
|
||||||
* `cryptography`
|
* `cryptography`
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
# SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD
|
# SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
from . import ble_cli
|
from . import ble_cli
|
||||||
from .transport import Transport
|
from .transport import Transport
|
||||||
|
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
# SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD
|
# SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
from http.client import HTTPConnection, HTTPSConnection
|
from http.client import HTTPConnection, HTTPSConnection
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user