6.02.09_01

This commit is contained in:
cvaldes1201
2026-03-10 10:38:27 -06:00
parent 3cda52a8a3
commit 3a13a989f3
17 changed files with 10072 additions and 3645 deletions

View File

@@ -1141,7 +1141,7 @@ Private Sub AStream_NewData (Buffer() As Byte)
If SubExists(CallBack, EventName & "_NewData") Then
CallSub2(CallBack, EventName & "_NewData", Buffer)
End If
Log("Data " & Buffer(0))
' Log("Data " & Buffer(0))
End Sub
Private Sub AStream_Error