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 33983c5 commit 1b0a65eCopy full SHA for 1b0a65e
1 file changed
src/modules/wifi/wifi.c
@@ -207,7 +207,7 @@ void ffInitWifiOptions(FFWifiOptions* options)
207
{
208
ffOptionInitModuleArg(&options->moduleArgs, "");
209
210
- options->percent = (FFPercentageModuleConfig) { 50, 20, 0 };
+ options->percent = (FFPercentageModuleConfig) { 75, 50, 0 };
211
}
212
213
void ffDestroyWifiOptions(FFWifiOptions* options)
0 commit comments