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

could not do sethostname() #9

Closed gatovelho closed 8 years ago

gatovelho commented 8 years ago

Hello, first, Id like to thank you for sharing your time and skills with us. Be warned, I am not a software-oriented fellow, so this may be my fault. My problem:

wifi.sta.sethostname("myNodeMCU")

did not work on my (first) docker build (however it does over the dev branch of freightanic). NodeMCU returned some "call to nil" .

Could this be a configuration problem? (undefined some modules I had no interest on, but kept the wifi module)

Best Regards CS

marcelstoer commented 8 years ago

I don't do 1:1 support and this ain't an issue with this Docker image, see https://github.com/marcelstoer/docker-nodemcu-build#support.

this may be my fault

It most likely is but we can't tell if you don't post code and the full error message.