oscam: fix settings-default.xml

This commit is contained in:
glenvt18 2016-11-17 08:07:25 +03:00
parent 5d65364754
commit 2ed3513f7e
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
8.0.102
- fix settings-default.xml
8.0.101 8.0.101
- Update OSCam to 11233 - Update OSCam to 11233
- fix the WeTek_Play problems - fix the WeTek_Play problems

View File

@ -19,7 +19,7 @@
PKG_NAME="oscam" PKG_NAME="oscam"
PKG_VERSION="c677c6e" PKG_VERSION="c677c6e"
PKG_VERSION_NUMBER="11233" PKG_VERSION_NUMBER="11233"
PKG_REV="101" PKG_REV="102"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.streamboard.tv/oscam/wiki" PKG_SITE="http://www.streamboard.tv/oscam/wiki"

View File

@ -1,7 +1,7 @@
<settings> <settings>
<setting id="RESTART_ON_RESUME" value="false" /> <setting id="RESTART_ON_RESUME" value="false" />
<setting id="WAIT_FOR_FEINIT" value="false" /> <setting id="WAIT_FOR_FEINIT" value="false" />
<setting id="$WORKAROUND_SLEEP" value="false" /> <setting id="WORKAROUND_SLEEP" value="false" />
<setting id="$WORKAROUND_SLEEP_TIME" value="1" /> <setting id="WORKAROUND_SLEEP_TIME" value="1" />
<setting id="NUM_ADAPTERS" value="1" /> <setting id="NUM_ADAPTERS" value="1" />
</settings> </settings>