Skip to content

Commit 59a7308

Browse files
committed
删除硬编码
2 parents f7f5300 + 02117ec commit 59a7308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/explorer-link-android/src/main/java/com/tencent/iot/explorer/link/core/link/configNetwork/TIoTCoreUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import java.util.*
2424

2525
class TIoTCoreUtil {
2626
@Volatile
27-
var groupAddress = "239.0.0.255"
27+
var groupAddress = ""
2828

2929
var softAPService: SoftAPService? = null
3030
var softAPConfigNetListener: SoftAPConfigNetListener? = null

0 commit comments

Comments
 (0)