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
@@ -83,3 +101,22 @@ update the following configuration files to configure a different target:
83
101
84
102
*`/build/config/local.conf`
85
103
*`/build/config/bblayers.conf`
104
+
105
+
## Good to know
106
+
107
+
### SD Card wearout
108
+
109
+
Although LoRa Server tries to minimize the number of database writes, there
110
+
will be regular writes to the SD Card (PostgreSQL and Redis snapshots).
111
+
According to [Is it true that a SD/MMC Card does wear levelling with its own controller?](https://electronics.stackexchange.com/questions/27619/is-it-true-that-a-sd-mmc-card-does-wear-levelling-with-its-own-controller)
112
+
it might make a difference which SD Card brand you use.
113
+
114
+
### Updates
115
+
116
+
(Currently) the LoRa Server project does not provide package updates.
117
+
However, each image includes the `opkg` package manager,
118
+
119
+
### Versioning
120
+
121
+
The major version (major.minor.patch) of this project represents the major
0 commit comments