V65
authorjoan <joan@abyz.co.uk>
Thu, 8 Feb 2018 21:30:08 +0000 (21:30 +0000)
committerjoan <joan@abyz.co.uk>
Thu, 8 Feb 2018 21:30:08 +0000 (21:30 +0000)
command.c
pigpio.h
pigpiod.c

index 8224b97c5578d69c22391a7adaea77d3b4b3f59c..4e97bbe54ce8793067ad95d0c179ed5417a38a6a 100644 (file)
--- a/command.c
+++ b/command.c
@@ -26,7 +26,7 @@ For more information, please refer to <http://unlicense.org/>
 */
 
 /*
-This version is for pigpio version 57+
+This version is for pigpio version 65+
 */
 
 #include <stdio.h>
index 7eaf988b69393f9505325d9d548b8029d0385f03..f2aff015f978b9fb1bc8c28e79d52013684b773c 100644 (file)
--- a/pigpio.h
+++ b/pigpio.h
@@ -31,7 +31,7 @@ For more information, please refer to <http://unlicense.org/>
 #include <stdint.h>
 #include <pthread.h>
 
-#define PIGPIO_VERSION 6514
+#define PIGPIO_VERSION 65
 
 /*TEXT
 
index d680b3b819422d881108eb15f26bda88944f6b49..ce3833a08f3bac1e03e8fedefc6e7ffd4e22f9ee 100644 (file)
--- a/pigpiod.c
+++ b/pigpiod.c
@@ -26,7 +26,7 @@ For more information, please refer to <http://unlicense.org/>
 */
 
 /*
-This version is for pigpio version 58+
+This version is for pigpio version 65+
 */
 
 #include <sys/types.h>
@@ -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" \