New ongoing "Development" version has been created

Locked
User avatar
F1RMB
Posts: 2638
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: New ongoing "Development" version has been created

Post by F1RMB » Sat Oct 03, 2020 5:52 pm

Hi Fabio,

In fact, when "Master" is selected, it means you are NOT using the power from the channel settings (the level selected in the CPS).

So, what is needed, is a label for that setting (Ch Power in english), and a value when the settings is set to use the power level you have selected in the GD (using <SK2>+LEFT or RIGHT keys).


Cheers.
---
Daniel

VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: New ongoing "Development" version has been created

Post by VK3KYY » Sat Oct 03, 2020 8:03 pm

Daniel

You also suggested "Ch Power:N/A" for when an individual power level is not specified for a channel.

This is the same as displayed on the Channel Details screen when you are using the VFO.

I made a separate text definition for this. In the code it is called .channel_power_from_master.

So it does not reuse the text from the existing definition of "N/A" in English.

Hence every language can define a different word for this version of N/A

In English I think I will probably change it to N/A because Master is possibly contusing

IZ2EIB
Posts: 166
Joined: Sat Nov 30, 2019 12:55 pm

Re: New ongoing "Development" version has been created

Post by IZ2EIB » Sat Oct 03, 2020 8:47 pm

Thank you Roger!
I think it might be possible to translate them like this:

Code: Select all

.channel_power				= "W Ch", //Displayed as "Ch Power:" + .channel_power_from_master or "Ch Power:"+ power text e.g. "Power:500mW" . Max total length 16
.channel_power_from_master	= "di base",// Displayed if per-channel power is not enabled  the .channel_power
Of course if I understand correctly and I did not get confused.
Let me know, please.
Thanks.

73 best regards de Fabio IZ2EIB

P.S. Sadly I am unable to attach the new file italian.h because I have the following message:

Sorry, the board attachment quota has been reached.

VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: New ongoing "Development" version has been created

Post by VK3KYY » Sat Oct 03, 2020 9:00 pm

IZ2EIB wrote:
Sat Oct 03, 2020 8:47 pm
P.S. Sadly I am unable to attach the new file italian.h because I have the following message:

Sorry, the board attachment quota has been reached.

Umm. OK. I thought I increased the max quota to 500Mb.


I will increase the quota a little

But I will need to delete some old attachments as I don't have infinite quota on the server

VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: New ongoing "Development" version has been created

Post by VK3KYY » Sat Oct 03, 2020 9:01 pm

OK.

I increased the quota available to the forum by 25Mb

IZ2EIB
Posts: 166
Joined: Sat Nov 30, 2019 12:55 pm

Re: New ongoing "Development" version has been created

Post by IZ2EIB » Sat Oct 03, 2020 9:44 pm

Thank you Roger.
Let me try if now it is working:
italian.h.zip
(3.34 KiB) Downloaded 102 times
Indeed it is all right now, thanks!

73 best regards de Fabio IZ2EIB

VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: New ongoing "Development" version has been created

Post by VK3KYY » Sat Oct 03, 2020 9:51 pm

OK.

Thanks

VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: New ongoing "Development" version has been created

Post by VK3KYY » Sun Oct 04, 2020 6:55 am

I've uploaded the latest firmware to Github, so that it will now be available to download as the Development version

See

https://github.com/rogerclarkmelbourne/ ... 2020.10.04

Note.
I've had to manually add the Dutch language support text file, because the PR was not targeted at the correct Github branch, and was also missing some of the newer texts.

I have not had time to create a voice language text file or build the prompts for Dutch yet.

I've not had time to add the Dutch language header to the Github repo or update the other language texts supplied via the forum or via emails etc
However, I will eventually get around to updating Github with these changes.

There still seem to be a number of problems with Voice level 3 prompts playing when perhaps they should not.
And I've noticed a bug where switching from a DMR channel to a FM VFO whilst the voice prompt is playing, causes the audio output remain enabled, hence the unsquelched FM signal is heard.

I've logged these bugs on GitHub

User avatar
Ik0nwg
Posts: 245
Joined: Sat Nov 16, 2019 7:23 am
Location: JN61VG
Contact:

Re: New ongoing "Development" version has been created

Post by Ik0nwg » Sun Oct 04, 2020 11:09 am

VK3KYY wrote:
Sun Oct 04, 2020 6:55 am

There still seem to be a number of problems with Voice level 3 prompts playing when perhaps they should not.
And I've noticed a bug where switching from a DMR channel to a FM VFO whilst the voice prompt is playing, causes the audio output remain enabled, hence the unsquelched FM signal is heard.
I also noticed this problem ... if you wait a few seconds the rustle disappears and everything works correctly again
sal

User avatar
Ik0nwg
Posts: 245
Joined: Sat Nov 16, 2019 7:23 am
Location: JN61VG
Contact:

Re: New ongoing "Development" version has been created

Post by Ik0nwg » Sun Oct 04, 2020 11:17 am

VK3KYY wrote:
Sun Oct 04, 2020 6:55 am

And I've noticed a bug where switching from a DMR channel to a FM VFO whilst the voice prompt is playing, causes the audio output remain enabled, hence the unsquelched FM signal is heard.

I've logged these bugs on GitHub
With the latest firmware it doesn't do that anymore

Locked