reverted pr #1100 due to instability

This commit is contained in:
Simone Margaritelli 2024-08-07 22:03:11 +02:00
commit c2ab5f4756
5 changed files with 126 additions and 98 deletions

View file

@ -489,6 +489,8 @@ func (mod *WiFiModule) setFrequencies(freqs []int) {
channels = append(channels, network.Dot11Freq2Chan(freq))
}
mod.State.Store("channels", channels)
mod.Info("channels: %v", channels)
}
func (mod *WiFiModule) Configure() error {