Skip to content

Commit 1b0a65e

Browse files
committed
Wifi: updates default WiFi percentage thresholds
1 parent 33983c5 commit 1b0a65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/wifi/wifi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ void ffInitWifiOptions(FFWifiOptions* options)
207207
{
208208
ffOptionInitModuleArg(&options->moduleArgs, "");
209209

210-
options->percent = (FFPercentageModuleConfig) { 50, 20, 0 };
210+
options->percent = (FFPercentageModuleConfig) { 75, 50, 0 };
211211
}
212212

213213
void ffDestroyWifiOptions(FFWifiOptions* options)

0 commit comments

Comments
 (0)