loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
829 stars 344 forks source link

Smartconfig option ? #217

Open jwasys opened 6 years ago

jwasys commented 6 years ago

Again thanks for the great build.

Copied this from an older feature request:

Add smartconfig capability to micropython for 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

loboris commented 6 years ago

I have some plans to implement it, but probably not before the end of this year.