mirror of
https://github.com/jgoerzen/xbnet.git
synced 2025-02-07 11:03:50 -04:00
tweak
This commit is contained in:
parent
302ee0e38d
commit
742ecde6d4
@ -198,7 +198,7 @@ impl PacketStream {
|
||||
let mut payload = BytesMut::new();
|
||||
payload.put_u8(chunks_remaining);
|
||||
payload.put_slice(chunk);
|
||||
let frame_id = self.get_and_incr_framecounter(); // FIXME: make this configurable whether we get back TX reports.
|
||||
let frame_id = 0; // self.get_and_incr_framecounter(); // FIXME: make this configurable whether we get back TX reports.
|
||||
let packet = XBTXRequest {
|
||||
frame_id,
|
||||
dest_addr: dest.clone(),
|
||||
|
Loading…
Reference in New Issue
Block a user