Index: output/eeprom.dat
===================================================================
--- /YC1308AF/branch/mouse/mouse_public/output/eeprom.dat	(revision 1586)
+++ /YC1308AF/branch/mouse/mouse_public/output/eeprom.dat	(working copy)
@@ -6314,7 +6314,7 @@
 0a
 60
 06
-03
+0a
 00
 64
 00
@@ -6451,9 +6451,9 @@
 a8
 40
 19
-a2
+a3
 c8
-14
+16
 08
 53
 aa
@@ -7129,7 +7129,7 @@
 00
 5e
 48
-00
+01
 aa
 55
 05
@@ -7262,10 +7262,10 @@
 aa
 aa
 55
-44
+4f
 94
-73
-7d
+e6
+33
 ff
 ff
 ff
Index: program/patch.prog
===================================================================
--- /YC1308AF/branch/mouse/mouse_public/program/patch.prog	(revision 1586)
+++ /YC1308AF/branch/mouse/mouse_public/program/patch.prog	(working copy)
@@ -802,6 +802,9 @@
 	call rf_rx_enable
 	call p_g24_receive_rxon
 	call g24_end_of_packet,user3
+ifdef UART_LOG
+	call p_g24_txbuf_data_print
+endif 
 	rtn
 
 p_g24_receive_packet:
@@ -3057,6 +3060,12 @@
 	storet 1,core_uart_ctrl
 	rtn
 
+p_g24_txbuf_data_print:
+	arg 12,loopcnt
+	arg mem_24g_txbuf,regc
+	call log_bytes
+	branch log_end
+
 
 //input: 1 byte hex @pdata  
 //output: 4 byte  '0','x', ASCII,ASCII, @pdata
@@ -3139,6 +3148,7 @@
 	istore 1,contwu
 	branch uarta_send
 
+/*
 //output:"sync_to"
 print_sync_timeout:
 	call uarta_prepare_tx
@@ -3347,6 +3357,9 @@
 	setarg 0xf5
 	store 2,mem_txpower_print
 	rtn	
+*/
+
+	
 endif
 
 
Index: sched/mouse.dat
===================================================================
--- /YC1308AF/branch/mouse/mouse_public/sched/mouse.dat	(revision 1586)
+++ /YC1308AF/branch/mouse/mouse_public/sched/mouse.dat	(working copy)
@@ -188,7 +188,7 @@
 mem_mouse_page_to:00 40		# 16384*0.625ms=10s
 mem_mouse_fast_direct_timeout:0a #1s
 mem_mouse_fast_page_to:60 06	# 1600*0.625ms = 1s
-mem_mouse_24g_power_on_fast_conn_timer:03 00 #300ms
+mem_mouse_24g_power_on_fast_conn_timer:0a 00 #1s
 mem_mouse_24g_search_dongle_time_init: 64 00
 mem_mouse_no_data_timeout:70 17 #10min
 
@@ -232,7 +232,7 @@
 mem_lpm_mult_init:20
 
 mem_app_connection_options:06
-mem_lap:19 a2 c8 14 08 53
+mem_lap:19 a3 c8 16 08 53
 mem_local_name_length:
 'BT3.0 Mouse
 mem_sniff_param_interval:
@@ -481,7 +481,7 @@
 mem_24g_ch_map2:06 15 36 48
 mem_24g_ch_map3:0f 1a 3a 4c
 mem_24g_ch_map4:11 23 31 4d
-mem_24g_pair_switch:00
+mem_24g_pair_switch:01
 mem_24g_pair_addr:20 15 10 05
 mem_24g_pair_ch:4e
 mem_24g_fast_conn_enable:01
@@ -510,16 +510,16 @@
 #log log log log log log log log log log log
 
 #uart config
-#mem_device_uart_tx_gpio:0c	#0c
+#mem_device_uart_tx_gpio:0d	#0d
 #mem_device_uart_rx_gpio:ff
-#mem_device_uart_baud_rate:1a 00	#921600
+#mem_device_uart_baud_rate:d0 00	#115200
 #mem_device_uart_rx_buffer:00 1c
 #mem_device_uart_rx_buffer_end:ff 1f
 #mem_device_uart_tx_buffer:00 4f
 #mem_device_uart_tx_buffer_end:ff 4f
 
 
-#mem_rf_debug_rx_gpio:8b
-#mem_rf_debug_tx_gpio:8c
+#mem_rf_debug_rx_gpio:8d
+#mem_rf_debug_tx_gpio:8d
 
 
