From 85dc5addc02140ffd31cddec09075b902f3ace2f Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期一, 03 三月 2025 14:51:58 +0800 Subject: [PATCH] GPS定位手环V1.11更换休眠模式下的先发gga和关闭gps顺序,避免连续发两包 --- keil/Listings/uwb_simple_example.map | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/keil/Listings/uwb_simple_example.map b/keil/Listings/uwb_simple_example.map index 111732a..c0556c8 100644 --- a/keil/Listings/uwb_simple_example.map +++ b/keil/Listings/uwb_simple_example.map @@ -1420,8 +1420,8 @@ serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to pin_config.o(.text.Uart1GpsRecDebugSend) for Uart1GpsRecDebugSend serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to tcpclient.o(.text.UDPClient_UploadGPS_10pack) for UDPClient_UploadGPS_10pack serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to mk_misc.o(.text.delay_ms) for delay_ms - serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to tcpclient.o(.text.UDPClient_UploadGPS) for UDPClient_UploadGPS serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to sn74hc595.o(.text.update_led_power_state) for update_led_power_state + serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to tcpclient.o(.text.UDPClient_UploadGPS) for UDPClient_UploadGPS serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to gps.o(.text.GPS_ParseGSV) for GPS_ParseGSV serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to memseta.o(.text) for __aeabi_memclr4 serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to mk_uart.o(.text.uart_send) for uart_send @@ -9746,7 +9746,7 @@ 244 24 0 0 270 7218 module.o 136 8 0 0 1 2988 pal_flash.o 298 20 0 0 0 1875 pin_config.o - 1212 204 99 3 2866 6474 serial_at_cmd_app.o + 1212 204 99 3 2866 6472 serial_at_cmd_app.o 1400 140 0 0 2 6427 sn74hc595.o 1376 160 0 0 11556 11392 socket.o 42 8 344 0 0 3003 startup_mk800x.o @@ -9757,7 +9757,7 @@ 184 8 0 0 12 4233 wsf_nvm.o ---------------------------------------------------------------------- - 40608 6100 5890 724 36804 411519 Object Totals + 40608 6100 5890 724 36804 411517 Object Totals 0 0 32 0 14336 0 (incl. Generated) 12 0 5 6 41 0 (incl. Padding) @@ -9867,8 +9867,8 @@ Code (inc. data) RO Data RW Data ZI Data Debug - 57698 7278 6418 1260 37680 589197 Grand Totals - 57698 7278 6418 400 37680 589197 ELF Image Totals (compressed) + 57698 7278 6418 1260 37680 589195 Grand Totals + 57698 7278 6418 400 37680 589195 ELF Image Totals (compressed) 57698 7278 6418 400 0 0 ROM Totals ============================================================================== -- Gitblit v1.9.3