Skip to content

Commit 88a53eb

Browse files
committed
Updated RANGE_SCANNING_TIME.
1 parent 07f6fed commit 88a53eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ constexpr auto TRANSMISSION_MAX_TIME = std::chrono::minutes(10); // bre
2222

2323
// SCANNING SETTINGS
2424
constexpr auto NOISE_LEARNING_TIME = std::chrono::milliseconds(2000); // noise learnig time
25-
constexpr auto RANGE_SCANNING_TIME = std::chrono::milliseconds(200); // waiting time for transmission in single scanning range
25+
constexpr auto RANGE_SCANNING_TIME = std::chrono::milliseconds(500); // waiting time for transmission in single scanning range
2626

2727
// SIGNAL DETECTION SETTINGS
2828
constexpr auto GROUPING_X = 21; // average n frames in frequency domain

0 commit comments

Comments
 (0)