Actions
Bug #73
closedChirp fails to set "visible" bit on new vx5 memories
Start date:
03/13/2012
Due date:
% Done:
100%
Estimated time:
Chirp Version:
daily
Model affected:
vx5
Platform:
Linux
I read the instructions above:
Description
Chirp fails to set "visible" bit on new vx5 memories.
The Yaesu VX5 requires two flags to be set for a valid memory channel: @used@ and @visible@. Chirp was only setting @visible@ (although due to a bug in the memory layout, it appeared Chirp was setting the @used@ bit).
Changeset commit:46b7aab2c38d fixes the memory layout and sets new memory channels as @used@ and @visible@. Because Chirp has no concept of a masked/invisible channel, it treats invisible memories as empty (this matches behavior in the VX7 driver).
Updated by Dan Smith over 12 years ago
- Status changed from New to Closed
- Target version set to 0.2.1
Actions