Skip to content

Commit

Permalink
🎉Release 1.3,3863串口log提示
Browse files Browse the repository at this point in the history
  • Loading branch information
Hny0305Lin committed Aug 17, 2024
1 parent 924ff6e commit 9e382bc
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@ public class ChatUtilsForSettings {
private static final String PREFIX_SERVER = " Let's start chatting, This is the content of the server:";
private static final String PREFIX_CLIENT = " Let's start chatting, This is the content of the client:";
//这里设置的是跟C代码相关的,黑名单处理串口Log,当这些文本出现在串口通讯里面的时候,提取这String内容
private static final String PREFIX_LOG_NOT_CONNECTED_SERVER = "[sle uart server] sle client is not connected! ";
private static final String PREFIX_LOG_CONNECTED = "[Connected]";
private static final String PREFIX_LOG_DISCONNECTED = "[Disconnected]";
private static final String PREFIX_LOG_ACORE = "[ACore]";
@@ -34,6 +33,7 @@ public class ChatUtilsForSettings {
private static final String PREFIX_LOG_NEARLINK_DEVICES_ADDR = "[sle uart server] pair complete addr:";
private static final String PREFIX_LOG_SSAPS_MTU_CHANGED = "[sle uart server] ssaps ssaps_mtu_changed_cbk";
private static final String PREFIX_LOG_SLE_ANNOUNCE_ENABLE_CALLBACK = "[sle uart server] sle announce enable callback";
private static final String PREFIX_LOG_NOT_CONNECTED_SERVER = "[sle uart server] sle client is not connected! ";

private static final String PREFIX_LOG_SLE_UART_CLIENT = "[sle uart client]";
private static final String PREFIX_LOG_SLE_UART_CLIENT_BEARPI3863 = "[sle uart client bearpi3863]";
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="app_name">NLChat</string>
<string name="app_package">com.haohanyh.linmengjia.nearlink.nlchat.fun</string>
<string name="app_version">1.3.360.2024.0812</string>
<string name="app_version">1.3.361.2024.0817</string>

<string name="appwarn">NLChat,浩瀚银河宗旨为用爱和魔法创造Android APP。</string>
<string name="thanks3q">友情感谢</string>

0 comments on commit 9e382bc

Please sign in to comment.