Adding formatting to JSON code

This commit is contained in:
sany3001 2023-12-29 07:31:08 +01:00
parent 9d3d954cc9
commit ae8eb9c44c

View File

@ -91,6 +91,7 @@ Note: when BTC address of your selected wallet is not provided, mining will not
1. Format a SD card using Fat32. 1. Format a SD card using Fat32.
1. Create a file named "config.json" in your card's root, containing the the following structure. Adjust the settings to your needs: 1. Create a file named "config.json" in your card's root, containing the the following structure. Adjust the settings to your needs:
```
{ {
"SSID": "myWifiSSID", "SSID": "myWifiSSID",
"WifiPW": "myWifiPassword", "WifiPW": "myWifiPassword",
@ -100,6 +101,7 @@ Note: when BTC address of your selected wallet is not provided, mining will not
"Timezone": 2, "Timezone": 2,
"SaveStats": false "SaveStats": false
} }
```
1. Insert the SD card. 1. Insert the SD card.
1. Hold down the "reset configurations" button as described below to reset the configurations and/or boot without settings in your nvmemory. 1. Hold down the "reset configurations" button as described below to reset the configurations and/or boot without settings in your nvmemory.
1. Power down to remove the SD card. It is not needed for mining. 1. Power down to remove the SD card. It is not needed for mining.