Max Prokhorov
Max Prokhorov
> since I have lwip1.4 source code Just to repeat, it is lwip2 *source* builder. If you use the makefile, lwip2 source will be in repo/lwip2-src and it will replace...
Just going over something simpler than trying to debug the SDK. We don't have access to its source so the only way is to go about decompiling its blobs. So...
Check out our docs related to git installation and see if that helps with the connection issue. Does it work when you *don't* use DHCP, and set a static IP?...
Migration *could* be helped, though. We workaround Tasmota 'magic number check' by injecting them ourselves :) Plus, after Tasmota -> ESPurna reboot sequence when we still have some 'known' data...
@andreagrandi Why do you specify url with `.well-known` in it? Shouldn't it be `https://1.1.1.1/dns-query` and `https://1.0.0.1/dns-query`? I don't see any mention of it [here](https://developers.cloudflare.com/1.1.1.1/dns-over-https/request-structure/)
@andreagrandi Urls that I mentioned, or just do not use `--upstream ...` because they are builtin as default choices: https://github.com/cloudflare/cloudflared/blob/9135a4837c16a8f1f0dc4073d339db0a03d6579f/cmd/cloudflared/main.go#L264-L269 @AlexaBible You can test that `curl 'https://1.1.1.1/.well-known/dns-query?ct=application/dns-json&name=cloudflare-dns.com&?type=A'` does not work.
If we have the means to run it, yes. Just to write down existing projects, there is a mgos homekit lib port for Shelly devices (obviously, this is usable anywhere...
+list * https://github.com/RavenSystem/esp-homekit-devices (thx to Github home page feed)
@brunetton Sure
^ dump above just means crash had happened, same as 'Exception' line is used to fit into existing crash format. At that point stack is already rolled back and we...