This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ptbtime1.ptb.de 192.53.103.108 | |
ptbtime2.ptb.de 192.53.103.104 | |
ptbtime3.ptb.de 192.53.103.103 | |
ntp0.fau.de 131.188.3.220 | |
ntp1.fau.de 131.188.3.221 | |
ntp2.fau.de 131.188.3.222 | |
time.esa.int 192.171.1.150 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# https://retropie.org.uk/forum/topic/2295/runcommand-warning-if-voltage-temperature-throttling | |
# https://github.com/mschlenstedt/Loxberry/issues/952 | |
#Flag Bits | |
UNDERVOLTED=0x1 | |
CAPPED=0x2 | |
THROTTLED=0x4 | |
HAS_UNDERVOLTED=0x10000 |
OlderNewer