forked from Elara6331/itd
		
	Use sent bytes to check if transfer complete
This commit is contained in:
		| @@ -65,6 +65,7 @@ type ReqDataNotify struct { | ||||
| type DFUProgress struct { | ||||
| 	Received int64 `mapstructure:"recvd"` | ||||
| 	Total    int64 `mapstructure:"total"` | ||||
| 	Sent     int64 `mapstructure:"sent"` | ||||
| } | ||||
|  | ||||
| type MotionValues struct { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user