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
Actions