Kobo: mode prod (refresh 5 min, frontlight eteint, WiFi cycle + suspend)
- monitorink.sh: MONITORINK_REFRESH 30 -> 300 (5 min) - monitorinkloop.sh: frontlight_off() (ecrit 0 dans /sys/class/backlight/*), cycle WiFi (wifi_down: release-ip + disable-wifi) autour du fetch, sleep -> suspend_for (rtcwake mem) + repli sleep si la veille echoue (USB) - README: documente les reglages prod
This commit is contained in:
@@ -15,7 +15,7 @@ cd "$BASE" || exit 1
|
||||
|
||||
# --- Configuration ---
|
||||
export MONITORINK_URL="http://192.168.0.43:8899/image.png"
|
||||
export MONITORINK_REFRESH=30 # DEV: refresh rapide (repasser à 300-600 en prod)
|
||||
export MONITORINK_REFRESH=300 # PROD: refresh 5 min
|
||||
|
||||
echo "===== monitorink start $(date) =====" >> "$LOG"; sync
|
||||
|
||||
|
||||
Reference in New Issue
Block a user