libpax update

This commit is contained in:
cyberman54 2022-10-29 13:01:17 +02:00
parent 7b1b32e675
commit 93009419d9

View File

@ -276,7 +276,7 @@ void setup() {
libpax_default_config(&configuration);
// configure WIFI sniffing
strcpy(configuration.wifi_my_country, WIFI_MY_COUNTRY);
strcpy(configuration.wifi_my_country_str, WIFI_MY_COUNTRY);
configuration.wificounter = cfg.wifiscan;
configuration.wifi_channel_map = WIFI_CHANNEL_ALL;
configuration.wifi_channel_switch_interval = cfg.wifichancycle;