diff options
author | Michele Di Maria <michele@nt2.it> | 2012-02-01 22:22:43 +0100 |
---|---|---|
committer | Michele Di Maria <michele@nt2.it> | 2012-02-01 22:22:43 +0100 |
commit | e7192dee6229c4f17afdcdb0f80b2a8b5aa5a513 (patch) | |
tree | 86751bfeaf3b57ab20c2719a233aa9cb71821454 /config/lcdproc-dev/lcdproc_screens.xml | |
parent | 6ce82bf086b196acf96c62211809cb61a4b239e5 (diff) | |
download | pfsense-packages-e7192dee6229c4f17afdcdb0f80b2a8b5aa5a513.tar.gz pfsense-packages-e7192dee6229c4f17afdcdb0f80b2a8b5aa5a513.tar.bz2 pfsense-packages-e7192dee6229c4f17afdcdb0f80b2a8b5aa5a513.zip |
- Added a 20ms delay between each command sent from the client to LCDproc.
- Better managed errors. Now the client resets the error counter every successful communication session with LCDproc (before was a global counter). The error counter is managed inside the client (lcdproc_client.php).
- Because of the above change, now the "client script" (lcdclient.sh) do not cycle anymore.
Diffstat (limited to 'config/lcdproc-dev/lcdproc_screens.xml')
-rw-r--r-- | config/lcdproc-dev/lcdproc_screens.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lcdproc-dev/lcdproc_screens.xml b/config/lcdproc-dev/lcdproc_screens.xml index b49018e3..3dfe4b75 100644 --- a/config/lcdproc-dev/lcdproc_screens.xml +++ b/config/lcdproc-dev/lcdproc_screens.xml @@ -2,7 +2,7 @@ <packagegui> <title>Services: LCDproc: Screens</title> <name>lcdproc_screens</name> - <version>0.5.5 pkg v. 0.9</version> + <version>0.5.5 pkg v. 0.9.1</version> <savetext>Save</savetext> <include_file>/usr/local/pkg/lcdproc.inc</include_file> <tabs> |