Metadata-Version: 1.1
Name: esp32_net_config
Version: 0.3.2
Summary: module to allow configuration of netword ssid and password through local access point
Home-page: https://github.com/tflander/esp32-machine-emulator
Author: Todd Flanders
Author-email: toddfbass@gmail.com
License: MIT
Download-URL: https://github.com/tflander/esp32-machine-emulator/archive/v_01.tar.gz
Description: espNetConfig
        ============
        
        ESP-32 Network Config.  If ST mode fails, enable AP mode to configure ST.::
        
          import esp32_net_config
          esp32_net_config.connect_network_or_go_into_config_mode()
        
Keywords: ESP32,MicroPython
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: MicroPython
