Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FlashAirSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down