We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf856c3 commit 99de2aeCopy full SHA for 99de2ae
lib/SonarConfiguration.cpp
@@ -60,7 +60,7 @@ SonarConfiguration::SonarConfiguration()
60
61
_sfm.masterMode = OCULUS_HIGH_FREQ;
62
_sfm.pingRate = pingRateNormal;
63
- _sfm.networkSpeed = 0xff; // uint8_t; can reduce network speed for bad links
+ _sfm.networkSpeed = 0xff; // uint8_t; can reduce network speed for bad links
64
_sfm.gammaCorrection = 127; // uint8_t; for 127, gamma = 0.5
65
66
updateFlags(); // Set to defaults
0 commit comments