zmk/app/boards/shields/nice_view/widgets
Joel Spadin 3a63e89525 fix(nice_view): Fix incorrect union access
Fixed an error in a previous commit where a member of the selected
endpoint was used without checking if it was the correct transport type.
The nice!view status screen displays the active BLE profile regardless
of whether BLE is active, so we have to get that data directly from the
BLE code instead of from the selected endpoint.
2023-10-06 21:03:10 -05:00
..
art.c feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06:00
bolt.c feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06:00
peripheral_status.c fix: Fix nice_view display widgets 2023-10-02 22:03:08 -07:00
peripheral_status.h feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06:00
status.c fix(nice_view): Fix incorrect union access 2023-10-06 21:03:10 -05:00
status.h feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06:00
util.c fix: Fix nice_view display widgets 2023-10-02 22:03:08 -07:00
util.h fix(nice_view): Fix incorrect union access 2023-10-06 21:03:10 -05:00