@@ -13,7 +13,7 @@ Some very basic linux skills are necessary. Should also work with a "Raspberry P
13
13
This project is open source software licensed via [ GNU General Public License v3.0] ( LICENSE ) , use at your own risk.
14
14
15
15
## Quickstart
16
- Basic process:
16
+ ** Basic process:**
17
17
Install a Raspberry Pi Zero W, adjust project config.json, copy project files to home directory of the Raspi and execute the setup script.
18
18
19
19
The Micro-SD card should have at least 16GB.
@@ -35,15 +35,13 @@ The Micro-SD card should have at least 16GB.
35
35
36
36
4 . Update settings in configuration file ` config.json ` :
37
37
38
- | Entry | Description |
39
- | ----------------------| ---------------|
40
- | ActivateDropboxSync | Activate (1) or deactivate (0) sync to dropbox |
41
- | Dropbox... | [ Prepare and configure for Dropbox sync] ( doc/dropbox.md ) |
42
- | ActivateScpSync | Activate (1) or deactivate (0) sync to a linux server via SCP |
43
- | Scp... | [ Prepare and configure for linux server sync] ( doc/scp.md ) |
44
- | KeepMaxFilesOnUSB | Maximum number of files kept in the Raspi USB image |
45
- | DeleteOnUSBCycleTime | Cycle time in seconds after which files above KeepMaxFilesOnUSB are deleted |
46
- | CopyCheckCycleTime | Cycle time in seconds after which the Raspi USB image is checked for new files |
38
+ | Entry | Description |
39
+ | ----------------------| ---------------|
40
+ | ActivateDropboxSync | Activate (1) or deactivate (0) sync to dropbox |
41
+ | Dropbox... | [ Prepare and configure for Dropbox sync] ( doc/dropbox.md ) |
42
+
43
+ [ Click here for all possible settings.] ( doc/settings.md )
44
+
47
45
48
46
5 . Copy all extracted and updated files from ` home_pi ` to ` /home/pi ` on the Raspberry Pi.
49
47
0 commit comments