Changed topic so it actually works

This commit is contained in:
2026-02-27 19:35:43 -06:00
parent f822aae759
commit b4e31a80f2
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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"