dkozinn

wfpiconsole diff

Feb 7th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. Only in .: .git
  2. diff -r ./kvlang/displayElements.kv /home/pi/wfpiconsole/kvlang/displayElements.kv
  3. 29c29
  4. < width: 3.0*app.scaleFactor
  5. ---
  6. > width: self._width*app.scaleFactor
  7. 32c32
  8. < width: 3.0*app.scaleFactor
  9. ---
  10. > width: self._width*app.scaleFactor
  11. 37c37
  12. < width: 3.0*app.scaleFactor
  13. ---
  14. > width: self._width*app.scaleFactor
  15. 40c40
  16. < width: 3.0*app.scaleFactor
  17. ---
  18. > width: self._width*app.scaleFactor
  19. 54c54
  20. < width: 3.0*app.scaleFactor
  21. ---
  22. > width: self._width*app.scaleFactor
  23. 68c68
  24. < width: 3.0*app.scaleFactor
  25. ---
  26. > width: self._width*app.scaleFactor
  27. Only in /home/pi/wfpiconsole/lib: __pycache__
  28. Only in /home/pi/wfpiconsole/lib/requestAPI: __pycache__
  29. Only in /home/pi/wfpiconsole/: wfpiconsole.ini
  30. diff -r ./wfpiconsole.kv /home/pi/wfpiconsole/wfpiconsole.kv
  31. 1109a1110
  32. > orientation: 'vertical'
  33. Only in /home/pi/wfpiconsole/: wfpiconsole.log
  34. diff -r ./wfpiconsole.service /home/pi/wfpiconsole/wfpiconsole.service
  35. 30,33c30,33
  36. < WorkingDirectory=
  37. < StandardOutput=
  38. < StandardError=
  39. < User=
  40. ---
  41. > WorkingDirectory=/home/pi/wfpiconsole/
  42. > StandardOutput=file:/home/pi/wfpiconsole/wfpiconsole.log
  43. > StandardError=file:/home/pi/wfpiconsole/wfpiconsole.log
  44. > User=pi
  45. diff -r ./wfpiconsole.sh /home/pi/wfpiconsole/wfpiconsole.sh
  46. 57,60c57,60
  47. < KIVY_VERSION="2.0.0"
  48. < PYTHON_MODULES=(cython==0.29.24
  49. < cryptography==35.0.0
  50. < autobahn[twisted]==21.3.1
  51. ---
  52. > KIVY_VERSION="1.11.1"
  53. > PYTHON_MODULES=(cython==0.29.10
  54. > cryptography==3.4.5
  55. > autobahn[twisted]==21.2.1
  56. 62,69c62,69
  57. < service-identity==21.1.0
  58. < numpy==1.21.4
  59. < pytz==2021.3
  60. < ephem==4.1
  61. < pillow==8.4.0
  62. < packaging==21.2
  63. < pyOpenSSL==21.0.0
  64. < distro==1.6.0)
  65. ---
  66. > service-identity==18.1.0
  67. > numpy==1.19.5
  68. > pytz==2021.1
  69. > ephem==3.7.7.1
  70. > pillow==8.1.0
  71. > packaging==20.9
  72. > pyOpenSSL==20.0.1
  73. > distro==1.5.0)
  74. 74c74
  75. < WFPICONSOLE_MAIN="https://github.com/"$WFPICONSOLE_REPO"/tarball/main"
  76. ---
  77. > WFPICONSOLE_MAIN="https://github.com/"$WFPICONSOLE_REPO"/tarball/master"
  78. 78c78
  79. < WFPICONSOLE_MAIN_UPDATE="https://raw.githubusercontent.com/"$WFPICONSOLE_REPO"/main/wfpiconsole.sh"
  80. ---
  81. > WFPICONSOLE_MAIN_UPDATE="https://raw.githubusercontent.com/"$WFPICONSOLE_REPO"/master/wfpiconsole.sh"
  82. 910c910
  83. < if [[ $PROCESSOR = arm* ]] || [[ $PROCESSOR = x86_64 ]] || [[ $PROCESSOR = i*86 ]] || [[ $PROCESSOR = aarch64 ]]; then
  84. ---
  85. > if [[ $PROCESSOR = arm* ]] || [[ $PROCESSOR = x86_64 ]] || [[ $PROCESSOR = i*86 ]]; then
Advertisement
Add Comment
Please, Sign In to add comment