feat: WiFi / HTTP download for map tiles#295
Merged
Merged
Conversation
This was referenced Mar 25, 2026
9 tasks
skrashevich
added a commit
to skrashevich/device-ui
that referenced
this pull request
Apr 10, 2026
Remove custom HTTP tile loading, Yandex map provider, and GeoPoint projection changes to prepare for upstream's WiFi/HTTP tile download implementation (PR meshtastic#295).
skrashevich
added a commit
to skrashevich/device-ui
that referenced
this pull request
Apr 10, 2026
Adapt upstream PR meshtastic#295 (WiFi/HTTP tile download) changes to the refactored TFTView_Common base class: - Add TileProvider and URLService includes - Add ui_event_map_url_dropdown handler with view-specific guards - Update loadMap to create URLService as backup service with save callback passthrough to SD card service (HAS_SD_MMC/HAS_SDCARD) - Use URLService as primary tile service on platforms without SD - Integrate URL provider discovery via SdCard::getUrlProvider in map style dropdown handler and map styles loader The map_url_dropdown UI element exists only in ui_320x240 and ui_240x320 generated screens, so all references are guarded with #if defined(VIEW_320x240) || defined(VIEW_240x320).
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.
wifi.maps.mp4
Provides live map tiles for SenseCAP Indicator and Heltec V4 + TFT expansion kit (and all other MUI nodes).