dinwiggy
dinwiggy
I honestly don't remember. I would guess smokeping on a recent version of either raspbian or ubuntu. The only problem was the use of `==` on line 341. Dash is...
I'm seeing the same on my Pinecil V2. Issue is not present in 2.22. Issue is present in 2.23rc1, 2.23rc3, and 2.23rc4. All builds tested were from https://github.com/Ralim/IronOS/releases
It looks like this was lost in the refactor: ~https://github.com/Ralim/IronOS/compare/v2.22...v2.23-rc4#diff-8c50a175baa140c41981bf7da2a97e85d5ac6b25a88b9ee3c2b89fe055ae7e16L40~ https://github.com/Ralim/IronOS/blob/v2.22/source/Core/Threads/OperatingModes/Soldering.cpp#L40 ~https://github.com/Ralim/IronOS/compare/v2.22...v2.23-rc4#diff-9e19aca0dc4c0156c58464c504e2c526c6ea2e85155efd23c5876fd2f456c36fR35~ https://github.com/Ralim/IronOS/blob/v2.23-rc4/source/Core/Threads/UI/logic/Soldering.cpp#L35 Adding that logic back in fixed it for me:  This is the only code I've ever...