feat:增加新的中继协议逻辑
This commit is contained in:
parent
b139414813
commit
3d94a65418
@ -20,7 +20,7 @@ class CommandUDPReciverManager {
|
||||
if (dataSize < 4) {
|
||||
return;
|
||||
}
|
||||
AppLog.log('appReceiveUDPData:$data');
|
||||
// AppLog.log('appReceiveUDPData:$data');
|
||||
|
||||
final Uint8List data1 = Uint8List.fromList(data);
|
||||
if (data1.length == 1) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user