feat: add WAN mode for sw_DownLoadFile and popup status icons - #612
Merged
SukiSunYuhang merged 1 commit intoJul 23, 2026
Conversation
- sw_DownLoadFile: split into lan/wan modes via top-level `mode` field
- lan: direct download from caller-provided url, no decryption
- wan: trigger camera.upload_async_timelapse_instance, wait for
notify_camera_upload_timelapse notification, then download
with PBKDF2+AES decryption (encrypt_type=1)
- Add async_upload_timelapse_instance to MoonRaker and PrintHost base
- WAN subscription routing: one subscription per batch, route by date_index,
all map mutations on main thread via wxGetApp().CallAfter
- Cleanup: unsubscribe on close / cancel / completion paths
- Popup: add per-task status icons (success/error/cancel) and collapse arrow
- Fix async_unsubscribe_machine_info calls to pass required callback arg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
modefield