Micropython: SmartConfig ESP8266 and ESP32

Created on 8 Nov 2017  路  2Comments  路  Source: micropython/micropython

Add smartconfig capability to micropython for esp8266 and esp32

Add the following to modesp.c
{ MP_ROM_QSTR(MP_QSTR_smartconfig), MP_ROM_PTR(&mp_module_esp_smartconfig) },

Create smartconfig python wrapper. An old example is at https://github.com/mianos/micropython/blob/master/esp8266/mod_esp_smartconfig.c

Most helpful comment

any update?

All 2 comments

any update?

how can i use smartconfig now

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hetvishah08 picture hetvishah08  路  5Comments

adritium picture adritium  路  3Comments

nickzoic picture nickzoic  路  3Comments

JohnMTu picture JohnMTu  路  3Comments

pfalcon picture pfalcon  路  3Comments