Compare commits

..

3 Commits

Author SHA1 Message Date
Jonas Diemer
531b7a9744
Merge 800a26b88d into 52995fa722 2026-01-12 21:47:36 +01:00
Dave Allie
52995fa722
chore: Cut release 0.13.1
Some checks failed
CI / build (push) Has been cancelled
2026-01-13 02:09:39 +11:00
Dave Allie
d4f8eda154
fix: Increase home activity stack size (#333)
## Summary

* fix: Increase home activity stack size

## Additional Context

* Home activity can crash occasionally depending on book

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? No
2026-01-13 02:09:06 +11:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
default_envs = default
[crosspoint]
version = 0.13.0
version = 0.13.1
[base]
platform = espressif32 @ 6.12.0

View File

@ -69,7 +69,7 @@ void HomeActivity::onEnter() {
updateRequired = true;
xTaskCreate(&HomeActivity::taskTrampoline, "HomeActivityTask",
2048, // Stack size
4096, // Stack size
this, // Parameters
1, // Priority
&displayTaskHandle // Task handle