- Added sdcard service: it updates a statusbar icon and it can auto-unmount sdcards that were physically ejected by the user.
- Added `is_mounted` check for sdcard drivers
- Refactored assets: moved them from `tactility-esp/` to `data/`
- Made assets work with sim build
- Refactored wifi statusbar icons
- Refactored wifi_manage app access point icons
- Support not having an initial image icon when registering a new icon in statusbars. When a statusbar icon is added, it is now visible/invisible depending on whether an image was specified.
- Keep track of app memory on app start to find memory leaks (needs fine-tuning in the future)
- `tt_init()` assigns `config_instance` earlier, so it can be used during service init
- Implemented SD card support for Yellow Board 2432S024C
- Fix for locking bug when showing gui keyboard
- T-Deck driver naming fixes
- Loader tag name consistency improvement
### General
- Added support for SD cards in `HadwareConfig`
- Properly disabled PC build for now (I was still getting error emails)
- Updated `README.md` with a device compatibility table
### T-Deck:
- Implemented SD card support
- Logging message cleanup
- Updated `config,h` with various new settings
- Reduced stack depth from `8096` to `5000`
* add wifi service
* updates for service/app registry changes
* wifi wip
* basic wifi functionality
radio on/off is working
scanning state is working
* fix for wifi switch state
* reduce singleton usage
* various improvements
* improved error handling for low memory issues
* working scanning
* various improvements
* various improvements and fixes
+ added auto-start support in Config
* allow hardwareconfig customizations
* fix for rgb format
* increased lvgl fps
17ms works but 16ms makes the touch events hang for some reason
* layout improvements
* wip on multi-screen view
* basic connection dialog
* more connection logic
* created proper app stack and lifecycle
* cleanup
* cleanup
* cleanup lv widgets
* proper toolbar implementation
* split up wifi apps
* wip
* revert naming
* wip
* temp fix for internal disconnect
* added bundle
* app/service vs appdata/servicedata
* working wifi connect parameters