Actions
Bug #9748
closedExport does not work on Retevis RB 27
Start date:
02/11/2022
Due date:
% Done:
100%
Estimated time:
Chirp Version:
daily
Model affected:
(All models)
Platform:
Windows
I read the instructions above:
Description
The RB 27 driver works well except that I cannot export the data.
When I do File -> Export, pick a file and hit Save on the dialog, I get a pop up with the following message:
There was an error during export: Field power is not mutable on this memory
I am seeing this behavior on the current daily build, which is 20220210.
====
Since I am a programmer I did a little digging around in the code. It looks like the problem
is related to setting mem.immutable on or about line 560 of bf-t8.py. At least commenting out
the block of code that sets mem.immutable for that various memory locations fixes export.
Files
Actions