David Woodhouse

Results 199 comments of David Woodhouse

I only flashed with ltchiptool, so should a 'flash read' give us the bootloader?

http://david.woodhou.se/frombk.bin SHA256 f414981edc35e348524ae21a73295ac4522191f38d83f1bce5c0104cf4b391ca

I had originally flashed with `esphome run...`. Will try the above.

``` Aug 11 13:52:41 lantiq.infradead.org dnsmasq-dhcp[24570]: DHCPACK(tag.2) 172.31.31.176 a0:92:08:23:d8:00 upk2esphome-bk7231n ``` Just flashing the bootloader worked. Thanks!

Welcome back :) Now it works fairly much everywhere (even using it on LibreTiny BK72xx devices now) I'm tempted to tidy it up a little and submit it for inclusion...

Yeah, I have been thinking of fixing the escape code stuff; some of them do still escape. It does work when WiFi reconnects, but perhaps only if the IP address...

1. Yes, we talked about better filtering of escape codes but I haven't done anything about it yet. 2. That's odd; I *don't* have that problem. My syslog server is...

I think it needs to be #ifdeffed for esp8266 Arduino and other platforms which were created before 1995 when IPv6 was standardised, rather than ripping out the Arduino UDP version...

It's kind of comical at times. ``` 🛠️ Using tool: fs_read (trusted) ⋮ ● Reading file: /home/ANT.AMAZON.COM/dwmw/git/domoticz/main/Alexa.cpp, from line 148 to 230 ✓ Successfully read 3058 bytes from /home/ANT.AMAZON.COM/dwmw/git/domoticz/main/Alexa.cpp ⋮...

``` > Done! The indentation is now correct with all lines properly aligned using tabs. > This is extremely painful. Am I doing something wrong? This is standard C code...