php4fan
php4fan
[TEST_BUG_ROTATE.diy.zip](https://github.com/user-attachments/files/18580541/TEST_BUG_ROTATE.diy.zip) This reproduces the misalignment issue. It's just two traces:  If you move the one on the right just one grid unit up, it will rotate correctly. No idea...
> this information is stored in DIY file **so it has to** be part of the undo history. The fact that it's stored in the DIY file (and that's good,...
I have opened a separate issue for the undo/redo history thing, I've replied there: https://github.com/bancika/diy-layout-creator/issues/864
> Stuff like "That's just plain wrong and a bug, regardless of anything else." is jumping to conclusion and a bit aggressive. That's how many applications work - Finder on...
> So, for me, updating the code to include the delay(1000) > right after WiFi.begin() appears to result in a reliable connection each time. @wibbit can you confirm (now that...
@TD-er ok but consider the code _without_ adding the `delay(1000)`: ``` WiFi.begin("HumptyDumpty", "Not_A_Real_SSID_for_me_at_least"); Serial.print("Connecting"); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } ``` Note it already has lots of `delay()`s....
> WiFi.disconnect(); I already do: ``` WiFi.persistent(false); WiFi.mode(WIFI_OFF); ``` before `WiFi.setMode(WIFI_STA)`. If after that, a **`disconnect()` before `begin()` makes any difference** whatsoever, that would certainly be a **bug** in itself.
Oh I see, this project is abandoned