Archiv > Development
Rotorng Patch
(1/1)
dodger:
hello,
there is new patch for rotorng. Without this patch is not working correctly for vdr 1.7.27.
Can you check it..?
thanks
EDIT: file dont want to attach ill paste it in plane code:
--- Quote ---diff --git a/rotorng.c b/rotorng.c
index 30afdff..f8da8db 100644
--- a/rotorng.c
+++ b/rotorng.c
@@ -338,7 +338,7 @@
int last_position_shown;
bool transfer;
protected:
- virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
+ virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber,bool LiveView);
public:
cStatusMonitor();
};
@@ -348,7 +348,7 @@
transfer=false;
}
-void cStatusMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber)
+void cStatusMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber,bool LiveView)
{
//actuator_status status;
if (ChannelNumber) {
@@ -1494,7 +1494,7 @@
snprintf(buf, sizeof(buf),"%s %d", tr(menucaption[itemindex]), menuvalue[itemindex]);
break;
case MI_SYSTEM:
- snprintf(buf, sizeof(buf),"%s %s", tr(menucaption[itemindex]), MapToUserString(menuvalue[itemindex], SystemValues));
+ snprintf(buf, sizeof(buf),"%s %s", tr(menucaption[itemindex]), MapToUserString(menuvalue[itemindex], SystemValuesSat));
break;
case MI_MODULATION:
snprintf(buf, sizeof(buf),"%s %s ", tr(menucaption[itemindex]), MapToUserString(menuvalue[itemindex], ModulationValues));
--- End quote ---
clausmuus:
I have also update the plugin to the latest git version. It's now Version 3.
Claus
dodger:
I miss in the first post to tell that I test this patch manualy and I can confirm that rotorng is working perfect with it.
Thanks
wino:
Das Plugin sollte seit heute wieder gebaut werden. Wäre nett wenn es jemand testen würde.
MfG
wino
Navigation
[0] Message Index
Go to full version