move mqtt settings to paxcounter_orig.conf
This commit is contained in:
parent
3cbaf240d9
commit
19045654e7
@ -6,16 +6,6 @@
|
|||||||
#include <MQTT.h>
|
#include <MQTT.h>
|
||||||
#include <ETH.h>
|
#include <ETH.h>
|
||||||
|
|
||||||
#define MQTT_ETHERNET 0 // select PHY: set 0 for Wifi, 1 for ethernet
|
|
||||||
#define MQTT_INTOPIC "paxin"
|
|
||||||
#define MQTT_OUTTOPIC "paxout"
|
|
||||||
#define MQTT_PORT 1883
|
|
||||||
#define MQTT_SERVER "paxcounter.cloud.shiftr.io"
|
|
||||||
#define MQTT_USER "public"
|
|
||||||
#define MQTT_PASSWD "public"
|
|
||||||
#define MQTT_RETRYSEC 20 // retry reconnect every 20 seconds
|
|
||||||
#define MQTT_KEEPALIVE 10 // keep alive interval in seconds
|
|
||||||
|
|
||||||
#ifndef MQTT_CLIENTNAME
|
#ifndef MQTT_CLIENTNAME
|
||||||
#define MQTT_CLIENTNAME clientId
|
#define MQTT_CLIENTNAME clientId
|
||||||
#endif
|
#endif
|
||||||
|
@ -121,3 +121,15 @@
|
|||||||
#define CAYENNE_DEVICECONFIG 11 // device period configuration
|
#define CAYENNE_DEVICECONFIG 11 // device period configuration
|
||||||
#define CAYENNE_SENSORREAD 13 // sensor period configuration
|
#define CAYENNE_SENSORREAD 13 // sensor period configuration
|
||||||
#define CAYENNE_SENSORENABLE 14 // sensor enable configuration
|
#define CAYENNE_SENSORENABLE 14 // sensor enable configuration
|
||||||
|
|
||||||
|
// MQTT settings, only needed if MQTT is used (#define HAS_MQTT in board hal file)
|
||||||
|
#define MQTT_ETHERNET 0 // select PHY: set 0 for Wifi, 1 for ethernet
|
||||||
|
#define MQTT_INTOPIC "paxin"
|
||||||
|
#define MQTT_OUTTOPIC "paxout"
|
||||||
|
#define MQTT_PORT 1883
|
||||||
|
#define MQTT_SERVER "public.cloud.shiftr.io"
|
||||||
|
#define MQTT_USER "public"
|
||||||
|
#define MQTT_PASSWD "public"
|
||||||
|
#define MQTT_RETRYSEC 20 // retry reconnect every 20 seconds
|
||||||
|
#define MQTT_KEEPALIVE 10 // keep alive interval in seconds
|
||||||
|
//#define MQTT_CLIENTNAME "my_paxcounter" // generated by default
|
||||||
|
Loading…
Reference in New Issue
Block a user