From b4e31a80f2952f603697de6dd69366c3ec17fe44 Mon Sep 17 00:00:00 2001 From: wytch Date: Fri, 27 Feb 2026 19:35:43 -0600 Subject: [PATCH] Changed topic so it actually works --- savesync-logger[start](permanent).ash | 1 + savesync.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/savesync-logger[start](permanent).ash b/savesync-logger[start](permanent).ash index 463355b..aded7bf 100644 --- a/savesync-logger[start](permanent).ash +++ b/savesync-logger[start](permanent).ash @@ -3,6 +3,7 @@ # . /recalbox/share/system/configs/savesync/savesync.conf +mosquitto_pub -h 127.0.0.1 -p 1883 -t "$TOPIC" "SaveLogStart=1" mosquitto_sub -h 127.0.0.1 -p 1883 -t "$TOPIC" | while IFS="=" read -r key value do case "$key" in diff --git a/savesync.conf b/savesync.conf index bdc053d..d3441ee 100644 --- a/savesync.conf +++ b/savesync.conf @@ -2,4 +2,4 @@ export LOG_FILE="/recalbox/share/system/logs/savesync_monitor.log" export ERROR_FILE="/recalbox/share/system/logs/savesync_error.log" export DEBUG_MODE=1 export REMOTE_BASE="saves:gamepi-tv" -export TOPIC="/Recalbox/SaveSync/Event" +export TOPIC="/Recalbox/EmulationStation/Event"