From: joan Date: Thu, 8 Feb 2018 21:30:08 +0000 (+0000) Subject: V65 X-Git-Tag: archive/raspbian/1.68-2+rpi1~45 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1737d477479f6009a4e1f3227480bfdb1a3653d0;p=pigpio.git V65 --- diff --git a/command.c b/command.c index 8224b97..4e97bbe 100644 --- a/command.c +++ b/command.c @@ -26,7 +26,7 @@ For more information, please refer to */ /* -This version is for pigpio version 57+ +This version is for pigpio version 65+ */ #include diff --git a/pigpio.h b/pigpio.h index 7eaf988..f2aff01 100644 --- a/pigpio.h +++ b/pigpio.h @@ -31,7 +31,7 @@ For more information, please refer to #include #include -#define PIGPIO_VERSION 6514 +#define PIGPIO_VERSION 65 /*TEXT diff --git a/pigpiod.c b/pigpiod.c index d680b3b..ce3833a 100644 --- a/pigpiod.c +++ b/pigpiod.c @@ -26,7 +26,7 @@ For more information, please refer to */ /* -This version is for pigpio version 58+ +This version is for pigpio version 65+ */ #include @@ -102,8 +102,8 @@ void usage() " -g, run in foreground (do not fork), default disabled\n" \ " -k, disable socket interface, default enabled\n" \ " -l, localhost socket only default local+remote\n" \ - " -n IP addr, allow address, name or dotted, default allow all\n" \ " -m, disable alerts default enabled\n" \ + " -n IP addr, allow address, name or dotted, default allow all\n" \ " -p value, socket port, 1024-32000, default 8888\n" \ " -s value, sample rate, 1, 2, 4, 5, 8, or 10, default 5\n" \ " -t value, clock peripheral, 0=PWM 1=PCM, default PCM\n" \