Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-06 18:11:47 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
f43b3afcec3b8089fee6dfa4f901b66e24f40f8c
esp-idf/tools/esp_prov/prov/__init__.py

9 lines
267 B
Python
Raw Normal View History

esp_prov: Compatibility changes and refactoring - Removed python 2 compatibility - Removed dependencies on redundant external modules - Interactive provisioning input for security scheme 2 - Style changes: Updated print statements to format strings Colored verbose logging Raised exceptions on errors instead of clean exits
2022-06-22 15:14:19 +05:30
# SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
Examples : Added provisioning examples, tests and client tool. * BLE and softAP provisioning examples added along with tests. * An application specific example added for demonstrating custom provisioning scheme. * tools/esp_prov/esp_prov.py can be used as a provisioning client for SoftAP, BLE and CLI based transports. Co-Authored-By: Amey Inamdar <amey@espressif.com> Co-Authored-By: Anurag Kar <anurag.kar@espressif.com>
2018-07-30 21:40:10 +05:30
#
tools: Fix the Python coding style
2018-12-04 13:46:48 +01:00
from .custom_prov import * # noqa F403
wifi_provisioning: added wifi-ctrl reset endpoint
2022-10-18 00:02:06 +05:30
from .wifi_ctrl import * # noqa F403
style: format python files with isort and double-quote-string-fixer
2021-01-26 10:49:01 +08:00
from .wifi_prov import * # noqa F403
from .wifi_scan import * # noqa F403
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 131ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API