This version fixes some potential crashes by restricting the amount of memory that the WiFi system can claim. Before this, if there is a lot of WiFi traffic, the WiFi code could use up so much memory for incoming packets that it starved FluidNC. That memory use is now limited to a safe amount.
Additionally, this fixes a problem with intermittent pauses when executing from WebUI, particularly when using auto-reporting.