sanderkob
sanderkob
I am using esp8266 core 2.5.2. It works well by forcing the use of the (deprecated) axTLS client, not the current BearSSL client. With axTLS the performance for core 2.5.2...
It appears my workaround using (deprecated) axTLS does not work anymore, perhaps Telegram ended TLS 1.1 support? Anyway, I am now running succesfully with BearSSL and client.setInsecure()
Or when mDNS not works, as in the older android versions (such as mine). Op di 4 okt. 2022 13:22 schreef Vincent Van Den Berghe < ***@***.***>: > I've experienced...
On a `raspberry pi zero w`, updating the buster sytem with `sudo apt-get dist-upgrade` caused an update from mosquitto 2.01.11 to 2.0.12. Mosquitto then failed with `Job for mosquitto.service failed...
Some additional information. I have two telegram bots on ESP8266 that use AsyncTelegram2; the error occurs in both. Occurrence is of the order of 1 in 10^5 (10 ppm), i.e....
The way I use SemanticDiff now is: - get a clear view of what should be changed. - open an editor to do the changes. Since most changes are simply...
I am for solution a, personally I am in favour of implicit line continuation anyway. And solution a is in line with what SemanticDiff tries to offer: make code more...