Fix USB-UART bridge exit screen stopping the bridge prematurely (#3892)

* fix: exit screen stopping bridge prematurely
* refactor: merge exit confirmation scene into main usb uart scene
This commit is contained in:
porta
2024-09-12 19:32:07 +03:00
committed by GitHub
parent 5f4f4fcc60
commit 0428e82b14
3 changed files with 21 additions and 56 deletions

View File

@@ -3,4 +3,3 @@ 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)