This commit is contained in:
joan2937 2019-11-30 18:17:04 +00:00
parent 9b9ca9455d
commit b634058746
3 changed files with 3 additions and 3 deletions

View File

@ -10964,7 +10964,7 @@ A 16-bit word value.
.br
#define PI_DEFAULT_SOCKET_PORT_STR "8888"
.br
#define PI_DEFAULT_SOCKET_ADDR_STR "127.0.0.1"
#define PI_DEFAULT_SOCKET_ADDR_STR "localhost"
.br
#define PI_DEFAULT_UPDATE_MASK_UNKNOWN 0x0000000FFFFFFCLL
.br

View File

@ -25,7 +25,7 @@ OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/>
*/
/* pigpio version 71+ */
/* pigpio version 72 */
/* include ------------------------------------------------------- */

View File

@ -30,7 +30,7 @@ For more information, please refer to <http://unlicense.org/>
#include <stdint.h>
#include <pthread.h>
#define PIGPIO_VERSION 7105
#define PIGPIO_VERSION 72
/*TEXT