mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-16 07:32:52 +02:00
Integrate development version of 3.0.99
This commit is contained in:
@ -93,4 +93,13 @@ enum { AS923_V102_TX_CAP = 100 }; // v1.0.2 allows 100%
|
||||
# define AS923_TX_CAP AS923_V102_TX_CAP
|
||||
#endif
|
||||
|
||||
// TxParam defaults
|
||||
enum {
|
||||
// initial value of UplinkDwellTime before TxParamSetupReq received.
|
||||
AS923_INITIAL_TxParam_UplinkDwellTime = 1,
|
||||
// initial value of DownlinkDwellTime before TxParamSetupReq received.
|
||||
AS923_INITIAL_TxParam_DownlinkDwellTime = 1,
|
||||
AS923_UPLINK_DWELL_TIME_osticks = sec2osticks(20),
|
||||
};
|
||||
|
||||
#endif /* _lorabase_as923_h_ */
|
||||
|
Reference in New Issue
Block a user