1.3.7 - #36
Merged
Merged
Conversation
…ad timeout - Replace static wardrive_wigle_files[48] array in tab_context_t with a PSRAM-allocated pointer (heap_caps_calloc), freeing ~50KB BSS; memory is allocated on popup open and freed on close - Raise file limit from 48 to 256; increase list_dir rx_buffer from 4KB to 16KB (PSRAM) to handle large directory listings - Add paginated file list (20 files/page) with Prev/Next navigation bar; page nav is hidden when all files fit on one page and during upload - Shrink checkbox font from montserrat_16 to montserrat_14, set min-height 44px and vertical padding 8px for reliable touch targets - Fix upload timeout: raise per-file wait from 150s (300 empty reads) to 600s (1200 empty reads) — large files (3MB+) uploading to WiGLE/WDGWars over WiFi can take 3-4 minutes of UART silence while C5 is busy with HTTP
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.
Summary
This MR brings three updates from
developmentintomain:4643b28 - Wardrive upload file list and timeout fixes
d44b7d3 - Network scan channel display
1.3.7.8e6098a - Karma probe guidance text
Changed files
main/main.c