Holger Müller
Holger Müller
This is fixed in https://github.com/hmueller01/pubsubclient3 Maybe you give it a try.
This is solved in https://github.com/hmueller01/pubsubclient3
Hi Holgi ;-) _What is dhcp range, full subnet?_ -> No: ``` dhcp_lease.start_ip = config.network_addr; ip4_addr4(&dhcp_lease.start_ip) = 2; dhcp_lease.end_ip = config.network_addr; ip4_addr4(&dhcp_lease.end_ip) = 128; wifi_softap_set_dhcps_lease(&dhcp_lease); ``` _Is it possible to...
From ESP SDK documentation: `bool wifi_softap_set_dhcps_lease_time(uint32 minute)` Set ESP8266 SoftAP DHCP server lease time, 120 minutes by default. uint32 minute: lease time, uint: minute, range: [1, 2880].
Download esptool from https://github.com/espressif/esptool/releases and flash it in Windows without docker. It didn't work for me on macOS neither. But remember to change the -fs parameter to 4MB, or it...
I'll soon release PubSubClient3 v3.1.0 that includes sending big payloads. It is already integrated in the head of https://github.com/hmueller01/pubsubclient3 using consequently size_t and can be tested ...
> @cziter15 Thanks, I decided to change the mqtt client to a fully asynchronous one from esp-idf. It is more productive than this one, especially since **pubsub** is not updated....
Ok, sorry. Maybe I was a bit short. It was about > pubsub is not updated Just wanted to note that there are updates in the meantime. But I think...
Can you please share the code how you connect to the broker. If I look into the example there is a 5s delay that I don't see in the log...