mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
update configs
This commit is contained in:
parent
3d982ed140
commit
1908b0e068
@ -11,7 +11,7 @@
|
||||
|
||||
// Actions -- Define what happens when a packet arrives at each interface:
|
||||
// Current function options are: sendESPNow(MAC), sendSerial(), sendMQTT(),
|
||||
// bufferLoRa(interface), bufferESPNOW(interface), bufferSerial(), and bufferMQTT().
|
||||
// sendLoRaNbr(interface) , sendESPNowNbr(interface).
|
||||
|
||||
#define ESPNOWG_ACT
|
||||
#define SERIAL_ACT sendMQTT();
|
||||
|
@ -10,10 +10,10 @@
|
||||
|
||||
// Actions -- Define what happens when a packet arrives at each interface:
|
||||
// Current function options are: sendESPNow(MAC), sendSerial(), sendMQTT(),
|
||||
// bufferLoRa(interface), bufferESPNOW(interface), bufferSerial(), and bufferMQTT().
|
||||
// sendLoRaNbr(interface) , sendESPNowNbr(interface).
|
||||
|
||||
#define ESPNOWG_ACT sendSerial();
|
||||
#define SERIAL_ACT sendESPNow(0x02); bufferLoRa(1); sendESPNowPeers();
|
||||
#define SERIAL_ACT sendESPNow(0x02); sendLoRaNbr(1); sendESPNowPeers();
|
||||
#define MQTT_ACT
|
||||
#define LORAG_ACT sendSerial();
|
||||
// Neighbor Actions
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
// Actions -- Define what happens when a packet arrives at each interface:
|
||||
// Current function options are: sendESPNow(MAC), sendSerial(), sendMQTT(),
|
||||
// bufferLoRa(interface), bufferESPNOW(interface), bufferSerial(), and bufferMQTT().
|
||||
// sendLoRaNbr(interface) , sendESPNowNbr(interface).
|
||||
|
||||
#define ESPNOWG_ACT sendESPNow(0x01);
|
||||
#define SERIAL_ACT
|
||||
|
@ -10,12 +10,12 @@
|
||||
|
||||
// Actions -- Define what happens when a packet arrives at each interface:
|
||||
// Current function options are: sendESPNow(MAC), sendSerial(), sendMQTT(),
|
||||
// bufferLoRa(interface), bufferESPNOW(interface), bufferSerial(), and bufferMQTT().
|
||||
// sendLoRaNbr(interface) , sendESPNowNbr(interface).
|
||||
|
||||
#define ESPNOWG_ACT bufferLoRa(1);
|
||||
#define ESPNOWG_ACT sendLoRaNbr(1);
|
||||
#define SERIAL_ACT
|
||||
#define MQTT_ACT
|
||||
#define LORAG_ACT bufferLoRa(1);
|
||||
#define LORAG_ACT sendLoRaNbr(1);
|
||||
|
||||
// Protocols -- Define which protocols the gateway will use.
|
||||
// Warning: ESP-NOW and WiFi should not be used simultaneously.
|
||||
|
Loading…
Reference in New Issue
Block a user