From cc5dab33e138d2f6e9443250d8e2bc9db1696c17 Mon Sep 17 00:00:00 2001 From: RafieRosliputra Date: Mon, 7 Jul 2014 02:39:18 +0800 Subject: [PATCH] Update FlashAirSync.php fork rafierosliputra --- FlashAirSync.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlashAirSync.php b/FlashAirSync.php index 076f3c0..35ccb86 100644 --- a/FlashAirSync.php +++ b/FlashAirSync.php @@ -4,9 +4,9 @@ // Flash Air Auto Sync, copies all images from flash air card when it is available // and drops them in a local folder. - $FlashAirIP = "192.168.10.71"; // IP address of the flashair card, if the card is running in the default host mode you could just use the hostname ("flashair") + $FlashAirIP = "192.168.1.4"; // IP address of the flashair card, if the card is running in the default host mode you could just use the hostname ("flashair") $SyncFrom = '/DCIM'; // Path on the sdcard to copy from (recursive) - $SyncTo = '/home/boffin/Documents/FlashAir'; // Full path where it will copy to (recursive) + $SyncTo = 'd:/flashair'; // Full path where it will copy to (recursive) $TZ = 'NZST'; // Camera Timezone // If the camera isn't online, it quits. If the camera goes offline during the processing, the next time it