Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 04:22, 18 June 2024
   
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

18 June 2024

     00:23 Comments log 92.185.70.196 talk posted a new comment on X735-script(Hello, what is the x735 v2.5 script for libreelec, kodi 21 omega that works on raspberry pi 4. Can you help me. When giving the shutdown order, everything turns off completely.)

13 June 2024

     07:10 Comments log 92.185.70.196 talk posted a new comment on X735-script(Buenas, que script x735 v2.5 para libreelec, kodi 21 omega que funcione raspberry pi 4. me podéis ayudar.)

12 June 2024

     01:28 Comments log 174.174.80.39 talk posted a new comment on X1200(OK so I got pretty close by modifying the included pld.py script. I can get it to shutdown when on battery with a delay. However, it will execute the second the pi is on battery. I would rather it be on battery for say 10 seconds so random power drops don't shut it down. Any idea on how to implement this? #!/usr/bin/env python3 #This python script is only suitable for UPS Shield X1200, X1201 and X1202 import gpiod import time from subprocess import call PLD_PIN = 6 chip = gpiod.Chip('gpioc...)