* 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>
7 lines
231 B
C
7 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)
|