优化显示
diff --git a/supwisdom/sp_data.c b/supwisdom/sp_data.c
index a6bad45..f2fdac3 100644
--- a/supwisdom/sp_data.c
+++ b/supwisdom/sp_data.c
@@ -351,7 +351,7 @@
   uint8 crc[2];
   sp_config_t config;
   MEMCLEAR(&config, sizeof(config));
-  disp_hint_info(pos,"É豸²ÎÊý³õʼ»¯", DELAY_TIME2s);
+  disp_hint_info_two(pos,"É豸²ÎÊý³õʼ»¯", "ÇëÉÔµÈ...",0);
   sp_protocol_crc((uint8*)&config,sizeof(sp_config_t)-2,config.crc);
   sp_flash_erase(ADDR_CONFIG_PARA);
   sp_flash_write(ADDR_CONFIG_PARA,(uint8*)&config,sizeof(sp_config_t));