Merge pull request #904 from cyberman54/development

Development
This commit is contained in:
Verkehrsrot 2022-10-29 13:02:42 +02:00 committed by GitHub
commit cfdcdcc351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ on:
push:
branches:
- master
- development
jobs:
build:

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;