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"