Skip to content

Commit

Permalink
Added system workaround for network outage #18
Browse files Browse the repository at this point in the history
  • Loading branch information
pskowronek committed Oct 7, 2023
1 parent b12f1b9 commit f72e4cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ More photos of the assembled e-paper 2.7inch display sitting on top of Raspberry
- reboot device to verify if it works
- if you needed to modify epaper.service issue this command: ```sudo systemctl daemon-reload```
- logs can be observed in /var/log/syslog: ```sudo tail -f /var/log/syslog | grep run.sh```
- recommended system change in case of network outage ([see #18](/../../issues/18))
- add the following line to `/etc/resolv.conf`: `options timeout:2 attempts:1` (only 1 attempt for resolving names with 2s timeout)


*) By default data are being fetched every 10+ minutes so they should comply with developer free accounts limitations

Expand Down

0 comments on commit f72e4cd

Please sign in to comment.