marcelstoer / docker-nodemcu-build

Docker image to build NodeMCU firmware for the ESP8266 on your machine
https://hub.docker.com/r/marcelstoer/nodemcu-build/
MIT License
129 stars 63 forks source link

wps support #11

Closed apwiede closed 8 years ago

apwiede commented 8 years ago

For a project I need wps support in the nodemcu firmware. To enable that I have added wifi.wps.* commands in app/modules/wifi.c and I have added -lwps to the Makefile in modules. All builds well, but after flashing the firmware I get problems in a reboot every some seconds. Commenting out the calls to libwps.a and only having the lua commands in place makes the problem disappear. Is there a know issue why there is no wps support in nodemcu?

Cheers, Arnulf (Arnulf Wiedemann)

apwiede commented 8 years ago

forgot to mention: I have a repository clone and I am using the docker environment for building my firmware. Also it is not the Makefile in modules but in app directory, which I have modified

Arnulf

marcelstoer commented 8 years ago

That's an issue for the firmware repository. Keep http://nodemcu.readthedocs.io/en/dev/en/support/ in mind, though.

Btw, this topic was briefly discussed here: https://github.com/nodemcu/nodemcu-firmware/issues/778#issuecomment-158203376