TW
TW
Yes, guess that letting a cache recreate after deletion (or moving a setup to somewhere else) is the usual procedure and should always work. Doing stuff like copying caches around...
https://github.com/espressif/arduino-esp32/commit/7d7824701fe5e22f08555d3e1ce3180a922b2151#r39308827 maybe related? update: that was changed again afterwards: https://github.com/espressif/arduino-esp32/commit/f4acac4c2bf83d76f49241489e24fc1d6bbb64e7#diff-39b6d5e36cff20acc96b42ef19ad4deb recent fixes, needs checking: https://github.com/esp8266/Arduino/pull/6476 if have the impression that the esp8266 HTTPClient is getting fixes, but the esp32 incarnation...
Maybe usage of stalebot should be reconsidered. It is pointless and even harmful to close unfixed bugs (or like in this case, make people making pointless posts just to avoid...
@apreb that rather looks like some testing code than a modified `begin` function. Copy&Paste gone wrong?
BTW, I noticed that the bootloader I built on 12.1 does not work on 10.3, so in my 2nd PR, I offered a bootloader intentionally built on FBSD 10.3.
Just noticed the 4.2 release, thanks! But then i noticed there is (again) no freebsd bootloader, so guess I'll just stay with 4.1 and the bootloaders I made back then...
Not sure how wheels distribution is related to this "precompiled freebsd bootloader missing" issue. My application of pyinstaller is to produce fat standalone binaries for Linux, macOS and FreeBSD. The...
borg has only 1 python dependency (msgpack) that compiles some C code at setup time. after that I bundle it using pyinstaller and that bundles also the compiled C code...
Just do the same as for windows, linux and macOS.
@vsalvino See the docs about `LD_LIBRARY_PATH_ORIG`.