Alastair D'Silva
Alastair D'Silva
I get the same on master, & can confirm that 4.1 works There's only 1 commit between 4.1 & 4.2, which is 7d5278a9188ead7da472163d52af9d0488cd2da5
#52 is related
> This might be interesting, too [platformio/platform-espressif32#702](https://github.com/platformio/platform-espressif32/pull/702) That's weird, that's the same change that I put a PR in for this morning. I wonder if it's been backed out or...
> Another thing that I remember: the arduino-esp32 build scripts have an explicit "-fno-lto" > > https://github.com/espressif/arduino-esp32/blob/75b7f4b646599426e92ebec913a4dce14ef528cd/tools/platformio-build-esp32.py#L84 > > so you might also need `build_unflags = -fno-lto` to remove the...
> * it did not seem to be reliable / stable on all supported devices (especially -C3 had problems) I just rolled a build and threw it onto a C3...
> We are using LTO since over 1 year for Tasmota (except for the C3). Flash size usage reduction is nice. Yes, debugging is a pain when enabled. But LTO...
I'm halfway through a revision, but have been sidetracked with more urgent duties. I'll get back to it soon On 28 April 2024 5:49:24 pm AEST, "Blaž Kristan" ***@***.***> wrote:...
Probably the context size
@Stefal newer distros resolve to both IPV6 and IPV4: ``` deece@rtkgps:~ $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" deece@rtkgps:~ $...
@Stefal Perfect is the enemy of done :) Could you please review #432 with an aim to merging, and any refactoring/abstraction can be done later. I've just resolved any conflicts...