-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anytone D878: Every code-plug read appends to autoRepeaterSettings/offsets in the config. #348
Comments
Can confirm:
These are referenced in
|
Cannot reproduce it here with a D878UV on 3.02n. However, there might be subtle differences between these firmwares. Could one attach a binary codeplug here, so I reproduce it? Read it from the device using
The filename does not matter, just the file extension. |
Here you go: |
Ok, thanks. I know exactly what happens here, but I don't know why yet. So this only happens when one writes the config to the radio. That is, simply reencoding from a YAML codeplug does not trigger it. I.e.,
is fine. At some point in the decoding, the offsets are added once again. |
Ok, was a trivial mistake. Should be fixed in 'fix-anytone-repeater-offsets'. |
@toco Looking good here. Can you confirm? I was already wondering about the ever growing yaml file - not anymore :-) |
In fact, this was an issue affecting all AnyTone devices but only happened in the GUI. The GUI uses a single |
Verified on 9bde48b, the list no longer grows longer with every download. |
* Fixed clearing of settings element. Fixes #348. * Added auto-generation of auto-repeater offset frequency names.
Accidentally posted in wrong issue, moved here: #349 (comment) |
Concerning the first point: You can only define 7 additional FM APRS frequencies in the extension. The first frequency is set by the FM APRS system. That is, within the config: channels:
- fm:
id: aprsChannel
# ...
txFrequency: 144.800 MHz # <- teaser for 0.12.0
# ...
# ...
positioning:
- aprs:
# ...
revert: aprsChannel # defines the first APRS frequency implicitly via aprsChannel
anytone:
# ...
frequencies:
- 144.390 MHz # alternative (second) APRS frequency
|
BTW, I believe, you wanted to comment on issue #349. This one here is fixed already. |
With each download for the code-plug from my Anytone AT-D878UVII Plus it appends the same
offsets
to theautoRepeaterSettings
.Reproduced with qdmr at a335412 and Anytone firmware 3.02n (this also happened with 3.01 already).
The text was updated successfully, but these errors were encountered: