You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ si -v
44
44
Create sth_rpi_config.json:
45
45
```
46
46
{
47
-
"runtimeAdapter": "process",
48
-
"safeOperationLimit": 128,
49
-
"instanceRequirements": { "freeMem": 64 }
47
+
"runtimeAdapter": "process",
48
+
"safeOperationLimit": 128,
49
+
"instanceRequirements": { "freeMem": 64 }
50
50
}
51
51
```
52
52
**or** sth_rpi_config.yml:
@@ -105,12 +105,12 @@ these values are respectively: chip temperature in Celcius degrees, disk usage a
105
105
## FAQ Troubleshooting :collision:
106
106
### Why my computer doesn't see the Raspberry?
107
107
108
-
Raspberry Team have removed deafault user. If you created image with non official imager (eg. balenaEtcher), you need to create userconf.txt (in the boot root directory) and add the following line:
108
+
Raspberry Team have removed default user. If you created image with non official imager (eg. balenaEtcher), you need to create userconf.txt (in the boot root directory) and add the following line:
0 commit comments