kopia lustrzana https://github.com/sh123/esp32_loraprs
Update csma comments
rodzic
46eb37b087
commit
521bf3d00f
|
@ -70,9 +70,9 @@ private:
|
||||||
const int CfgWiFiConnRetryMaxTimes = 10;
|
const int CfgWiFiConnRetryMaxTimes = 10;
|
||||||
const int CfgMaxAX25PayloadSize = 512;
|
const int CfgMaxAX25PayloadSize = 512;
|
||||||
|
|
||||||
// csma paramters, use lower value for high traffic, use 255 for real time
|
// csma paramters, overriden with KISS commands
|
||||||
const long CfgCsmaPersistence = 100;
|
const long CfgCsmaPersistence = 100; // 255 for real time, lower for higher traffic
|
||||||
const long CfgCsmaSlotTimeMs = 500;
|
const long CfgCsmaSlotTimeMs = 500; // 0 for real time, otherwise set to average tx duration
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// config
|
// config
|
||||||
|
|
Ładowanie…
Reference in New Issue