Mercurial > public > hwos_code
diff src/menu_tree.asm @ 651:682c514c53c0
3.21 release preparations
author | heinrichsweikamp |
---|---|
date | Fri, 14 Apr 2023 09:00:19 +0200 |
parents | bc214815deb2 |
children | 75e90cd0c2c3 |
line wrap: on
line diff
--- a/src/menu_tree.asm Sun Aug 28 13:13:38 2022 +0200 +++ b/src/menu_tree.asm Fri Apr 14 09:00:19 2023 +0200 @@ -1144,8 +1144,9 @@ btfsc ble_available ; BT available? bra do_menu_settings_bt ; YES - do BT menu - MENU_BEGIN tSystSets, .5 + MENU_BEGIN tSystSets, .6 MENU_CALL tInfoMenu, do_menu_info + MENU_CALL tUsbTitle, do_comm_mode_usb MENU_CALL tSetTimeDate, do_menu_date_time MENU_CALL tDispSets, do_menu_dispsets MENU_CALL tSysSets, do_menu_syssets @@ -1180,10 +1181,12 @@ ;----------------------------------------------------------------------------- -; Call Function - start Communication Mode (BT) +; Call Functions - start Communication Mode (BT and USB) ; do_comm_mode_bt: goto comm_mode_bt ; code hosted in comm.asm +do_comm_mode_usb: + goto comm_mode_usb ; code hosted in comm.asm ;-----------------------------------------------------------------------------