mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-20 17:05:06 +00:00
- Auto-select widgets in Launcher and apps with toolbars on devices without touch. - Improved USB HID input reliability, cleanup - Updated PSRAM settings to improve boot stability on supported devices. - Prevented duplicate Wi-Fi event subscriptions during screen rebuilds. - Updated docs - Fixes in WifiManage and WifiConnect - Reduced main task stack size - Moved USB HID stack size to PSRAM when available - app_manager_find_manifest() now returns a copy instead of a pointer
5 lines
189 B
Markdown
5 lines
189 B
Markdown
# Architecture: Platform Abstraction
|
|
|
|
- `Platforms/platform-esp32/` — ESP-IDF specific implementations
|
|
- `Platforms/platform-posix/` — POSIX simulator implementations (SDL for display)
|