Skip to content

Commit

Permalink
Add tips to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbles07 committed Dec 6, 2024
1 parent d225af6 commit da414bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/local-storage-experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
1. Default wifi
- ssid ➝ `airgradient`
- password ➝ `cleanair`
2. Maximum measurements file is around 113kb. If assume each measurements is 60 bytes, with write schedule 2 minutes, SPIFFS will be full in around 5 days.
2. Maximum measurements file is around 113kb. If assume each measurements is 60 bytes, with write schedule 2 minutes, SPIFFS will be full in around 5 days
3. Tips. If monitor already connected to wifi once on boot, no need to restart the monitor for reconnection, it will automatically connect to AP once it is available

### Local Storage Endpoinds

Expand All @@ -26,7 +27,7 @@ To download measurements file from local storage, just directly access following

**Reset measurements**

Execure below command in terminal
Execute below command in terminal

```sh
curl -X PUT -H "Content-Type: text/plain" -d '1733431986' http://airgradient_aaaaaaa.local/storage/reset
Expand Down

0 comments on commit da414bf

Please sign in to comment.