Chat freely about anything...

User avatar
By CodeIt
#31392
eriksl wrote:
CodeIt wrote:Thanks for this awesome firmware. It is working like a charm on multiple devices.
I have one RS232 'slave' however which sends out it's values seperated by spaces and a linefeed. When I power the ESP and my device on at the same time it reconfigures the SSID and password. The workaround now is to first power up the ESP and after 10 seconds, power up the RS232 slave. Is there a better solution i might have missed?

Yes there is. Set option "disable-wlan-bootstrap". The only way to change the wlan parameters, after that, is to first re-enable the option and then reset.

Some of the output is from the ESP's boot rom and SDK though, and I cannot disable all of it.

Cool, thanks for the quick reply. That is a great solution. A command from telnet might be handy, but for me personally, i don't change my SSID that often :)
eriksl wrote:Is anybody using the I2C sensors or LED display features, btw? Programmable GPIO's?

I plan on using the programmable GPIO to drive some relais to automate my home ventilation system.
User avatar
By atomiclama
#31398
eriksl wrote:Yes and no. An UDP bridge would be welcome, a patch as well, but I reserve the right to rewrite it (but I will keep due credits of course). Call it arrogance, but it's merely that I like/need good a overview, which I lose if there is mixed all sorts of coding standards.


That's fine by me, I try to stick to the coding style of the project I'm contributing to anyway. Just need to get my build env up and running for this project. The I'll have ago.