UI rework; BLE pairing lock; devcontainer perm fix; Wio Tracker L1 up/down keys support;#2796
Open
alessiodam wants to merge 3 commits into
Open
UI rework; BLE pairing lock; devcontainer perm fix; Wio Tracker L1 up/down keys support;#2796alessiodam wants to merge 3 commits into
alessiodam wants to merge 3 commits into
Conversation
…ent new devices from pairing (which also stops the LED from blinking on boards like the T-Echo); fix the uid in the devcontainer for Arch Linux; Signed-off-by: Alessio D'Ambrosio <alessio@alessiodam.dev>
Signed-off-by: Alessio D'Ambrosio <alessio@alessiodam.dev>
…-port Fix UI for Wio Tracker L1 by supporting smaller screens, etc..
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.
I've reworked the entire UI last week so it's cleaner, feels better to navigate and have added some features like BLE pairing locking and flood/zero-hop adverts from the UI itself.
The UI also supports the Wio Tracker L1 Pro up/down keys to navigate menus.
I've also fixed the uid for the
uucpgroup inArch Linuxin the devcontainer.This pull request introduces several new features and improvements to the companion radio example, focusing on BLE pairing lock functionality, user interface enhancements, and hardware support updates. The most significant changes include adding the ability to lock BLE pairing, tracking and displaying client activity in the UI, supporting full refresh for e-paper displays, and adding new button definitions for hardware variants.
BLE Pairing Lock Functionality:
pairing_lockedfield toNodePrefs, persisted in storage, to control whether new BLE pairings are allowed (0= allowed,1= locked). The pairing lock state is now saved and loaded with node preferences. [1] [2] [3]SerialBLEInterfacenow supports locking BLE pairing viasetPairingAllowed, which disables pairing and updates the device's LED state. The pairing lock is enforced during the BLE passkey request. [1] [2] [3] [4]User Interface Enhancements:
Display Improvements:
fullRefreshmethod to theDisplayDriverinterface and implemented it forGxEPDDisplay, enabling a full-panel refresh for e-paper displays when needed. [1] [2] [3] [4] [5]Hardware Support Updates:
joystick_upandjoystick_downbuttons in thegat562_30s_mesh_kitandgat562_mesh_tracker_prohardware variants. [1] [2] [3]Other Improvements:
uucpin the devcontainer config for Arch Linux..vscode/extensions.json.advertmethod to optionally flood advertisements. [1] [2]These changes collectively enhance device security, improve user feedback, and expand hardware compatibility.