mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
182c8defb1
* Add confirmation before exiting USB-UART * Redo the confirm view to be a scene to ignore the back button Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
6 lines
231 B
C
6 lines
231 B
C
ADD_SCENE(gpio, start, Start)
|
|
ADD_SCENE(gpio, test, Test)
|
|
ADD_SCENE(gpio, usb_uart, UsbUart)
|
|
ADD_SCENE(gpio, usb_uart_cfg, UsbUartCfg)
|
|
ADD_SCENE(gpio, usb_uart_close_rpc, UsbUartCloseRpc)
|
|
ADD_SCENE(gpio, exit_confirm, ExitConfirm)
|