Actions
Bug #10019
closedDriver Maintenance: retevis_rt21.py
Start date:
08/31/2022
Due date:
% Done:
100%
Estimated time:
Chirp Version:
daily
Model affected:
RT21 and others
Platform:
All
I read the instructions above:
Description
Implement a variable ( _ack_1st_block ) to indicate when the ACK after the first block (addr = 0) is to be skipped.
_ack_1st_block = False # suppress ACK after first block _ack_1st_block = True # include ACK after first block
This will streamline the code and make it easier to support additional models in the future.
Jim KC9HI
Updated by Jim Unroe about 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
A patch has been submitted. Support will be in the next CHIRP daily build following acceptance.
Jim KC9HI
Updated by Anonymous about 2 years ago
- Status changed from Resolved to Closed
Applied in changeset commit:6cf6569d5b3b.
Actions