Waldek

Results 99 comments of Waldek

I think you are right because it happened to me after yesterday's Pi-Star update and in mmdvmhost I must have properly set "Type" [DMR Network] Enable = 1 Type =...

Adi, I suggest adding README.adoc which will contain short info about AnnounceLogic and how to compile like ..... -DWITH_CONTRIB_ANNOUNCE_LOGIC=ON it will be useful who will try to use and maybe...

Adi, It will be useful to add info that we need to create in the sounds directory AnnounceLogic/ which contains the file prenotification.wav Can you write what this file contains?

I see in AnnounceLogic.tcl that this Logic use sounds wav files "prenotify.wav". "Broadcast.wav" do you have example?

Adi, Please check the files: https://github.com/sm0svx/svxlink/blob/master/src/svxlink/svxlink/contrib/AnnounceLogic/AnnounceLogic.conf.5 and https://github.com/sm0svx/svxlink/blob/master/src/svxlink/svxlink/contrib/AnnounceLogic/AnnounceLogic.conf.in different parameters contains it looks like AnnounceLogic.conf.5 is not from this branch ??? maybe I do not understand the full AnnounceLogic ?

Adi, I suggest a change in this file https://github.com/sm0svx/svxlink/blob/master/src/svxlink/svxlink/contrib/AnnounceLogic/AnnounceLogic.conf.in **[Announce]** to **[AnnounceLogic]** it will be compatible with name of tcl file https://github.com/sm0svx/svxlink/blob/master/src/svxlink/svxlink/contrib/AnnounceLogic/AnnounceLogic.tcl _namespace eval AnnounceLogic {_ or I am wrong...

Try to use this version: https://github.com/g4wnc/WsprryPi

I would like to compile ircddbgateway on Debian 8 which is without GUI, for this reason, I use switch in configure --without-gui but configure still request wxWidgets must be installed...

Ok I am asking about this because if I try to install libwxgtk3.0 on Debian 8.10 sudo apt-get install libwxgtk3.0-dev Reading package lists... Done Building dependency tree Reading state information......

Yes, I have done following instruction. I have use Debian on small SB computer (it is not RPI) I have solve problem use sudo aptitude install libwxgtk3.0-dev instead apt-get aptitude...