- Created .vscode/c_cpp_properties.json for IntelliSense configuration
- Added .vscode/launch.json for debugging setup
- Included build artifacts for main.cpp and Arduino variant
- Updated TriggerConfig and TriggerPatch models to include fade_in_seconds, fade_out_seconds, and normalize_audio fields.
- Enhanced the save_trigger route to handle new fields and validate input.
- Added a new audio storage page with upload, delete, and playback functionalities.
- Implemented UI changes in dashboard and audio storage templates to support new features.
- Introduced modals for audio playback and deletion confirmation.