Add Sync Backpack Time button to set the backpack RTC from the handset#18
Open
bob9 wants to merge 1 commit into
Open
Add Sync Backpack Time button to set the backpack RTC from the handset#18bob9 wants to merge 1 commit into
bob9 wants to merge 1 commit into
Conversation
This was referenced Jul 14, 2026
Contributor
|
We will NOT be adding this much code to the existing Lua script. It already has problems running on low memory radios. |
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.
Adds a Sync Backpack Time entry to the device menu (shown only for ELRS TX modules). Selecting it sends the handset's current date/time to the TX module using the special field id
0x3C, which the module firmware forwards to the backpack to set its RTC.The TX backpack then distributes the time to the VRX backpack over ESP-NOW — see the companion firmware PR: ExpressLRS/Backpack#231.
Related: ExpressLRS/Backpack#232 (DVR recording name forwarding, which uses the synced RTC for timestamped filenames).
Also related: hd-zero/hdzero-goggle#613 (names DVR recordings after the race; the time synced by this button gives those recordings correct timestamps).
Companion TX-module firmware PR: ExpressLRS/ExpressLRS#3701 (handles field
0x3Cand forwards the time to the backpack asMSP_ELRS_BACKPACK_SET_RTC).