add default SERIAL/MQTT/SEND_INTERVAL #100

This commit is contained in:
stefan123t 2022-07-12 23:38:46 +02:00
parent fc8b070286
commit d32feab20f
2 changed files with 14 additions and 6 deletions

View file

@ -30,6 +30,14 @@ typedef struct {
uint8_t packet[MAX_RF_PAYLOAD_SIZE];
} packet_t;
// minimum serial interval
#define MIN_SERIAL_INTERVAL 5
// minimum send interval
#define MIN_SEND_INTERVAL 15
// minimum mqtt interval
#define MIN_MQTT_INTERVAL 60
//-------------------------------------
// EEPROM