Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Only in .: .git
- diff -r ./kvlang/displayElements.kv /home/pi/wfpiconsole/kvlang/displayElements.kv
- 29c29
- < width: 3.0*app.scaleFactor
- ---
- > width: self._width*app.scaleFactor
- 32c32
- < width: 3.0*app.scaleFactor
- ---
- > width: self._width*app.scaleFactor
- 37c37
- < width: 3.0*app.scaleFactor
- ---
- > width: self._width*app.scaleFactor
- 40c40
- < width: 3.0*app.scaleFactor
- ---
- > width: self._width*app.scaleFactor
- 54c54
- < width: 3.0*app.scaleFactor
- ---
- > width: self._width*app.scaleFactor
- 68c68
- < width: 3.0*app.scaleFactor
- ---
- > width: self._width*app.scaleFactor
- Only in /home/pi/wfpiconsole/lib: __pycache__
- Only in /home/pi/wfpiconsole/lib/requestAPI: __pycache__
- Only in /home/pi/wfpiconsole/: wfpiconsole.ini
- diff -r ./wfpiconsole.kv /home/pi/wfpiconsole/wfpiconsole.kv
- 1109a1110
- > orientation: 'vertical'
- Only in /home/pi/wfpiconsole/: wfpiconsole.log
- diff -r ./wfpiconsole.service /home/pi/wfpiconsole/wfpiconsole.service
- 30,33c30,33
- < WorkingDirectory=
- < StandardOutput=
- < StandardError=
- < User=
- ---
- > WorkingDirectory=/home/pi/wfpiconsole/
- > StandardOutput=file:/home/pi/wfpiconsole/wfpiconsole.log
- > StandardError=file:/home/pi/wfpiconsole/wfpiconsole.log
- > User=pi
- diff -r ./wfpiconsole.sh /home/pi/wfpiconsole/wfpiconsole.sh
- 57,60c57,60
- < KIVY_VERSION="2.0.0"
- < PYTHON_MODULES=(cython==0.29.24
- < cryptography==35.0.0
- < autobahn[twisted]==21.3.1
- ---
- > KIVY_VERSION="1.11.1"
- > PYTHON_MODULES=(cython==0.29.10
- > cryptography==3.4.5
- > autobahn[twisted]==21.2.1
- 62,69c62,69
- < service-identity==21.1.0
- < numpy==1.21.4
- < pytz==2021.3
- < ephem==4.1
- < pillow==8.4.0
- < packaging==21.2
- < pyOpenSSL==21.0.0
- < distro==1.6.0)
- ---
- > service-identity==18.1.0
- > numpy==1.19.5
- > pytz==2021.1
- > ephem==3.7.7.1
- > pillow==8.1.0
- > packaging==20.9
- > pyOpenSSL==20.0.1
- > distro==1.5.0)
- 74c74
- < WFPICONSOLE_MAIN="https://github.com/"$WFPICONSOLE_REPO"/tarball/main"
- ---
- > WFPICONSOLE_MAIN="https://github.com/"$WFPICONSOLE_REPO"/tarball/master"
- 78c78
- < WFPICONSOLE_MAIN_UPDATE="https://raw.githubusercontent.com/"$WFPICONSOLE_REPO"/main/wfpiconsole.sh"
- ---
- > WFPICONSOLE_MAIN_UPDATE="https://raw.githubusercontent.com/"$WFPICONSOLE_REPO"/master/wfpiconsole.sh"
- 910c910
- < if [[ $PROCESSOR = arm* ]] || [[ $PROCESSOR = x86_64 ]] || [[ $PROCESSOR = i*86 ]] || [[ $PROCESSOR = aarch64 ]]; then
- ---
- > if [[ $PROCESSOR = arm* ]] || [[ $PROCESSOR = x86_64 ]] || [[ $PROCESSOR = i*86 ]]; then
Advertisement
Add Comment
Please, Sign In to add comment