Merge branch 'master' into development

This commit is contained in:
Verkehrsrot 2020-12-19 22:32:34 +01:00 committed by GitHub
commit bb77277836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
; PlatformIO Project Configuration File ; PlatformIO Project Configuration File
; NOTE: PlatformIO v4 is needed! ; NOTE: PlatformIO v5 is needed!
; ;
; Please visit documentation for the other options and examples ; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html ; http://docs.platformio.org/page/projectconf.html

View File

@ -415,7 +415,6 @@ void setup() {
strcat_P(features, " WIFI"); strcat_P(features, " WIFI");
// install wifi driver in RAM and start channel hopping // install wifi driver in RAM and start channel hopping
wifi_sniffer_init(); wifi_sniffer_init();
// start wifi sniffing, if enabled // start wifi sniffing, if enabled
if (cfg.wifiscan) { if (cfg.wifiscan) {
ESP_LOGI(TAG, "Starting Wifi..."); ESP_LOGI(TAG, "Starting Wifi...");