zmk/app/boards/shields/nice_view/widgets
Joel Spadin 8a84b7dd5b
fix(shields): Fix incorrect union access in nice view
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-08 19:30:23 -04: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(shields): Fix incorrect union access in nice view 2023-10-08 19:30:23 -04: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(shields): Fix incorrect union access in nice view 2023-10-08 19:30:23 -04:00