Merge branch 'master' into development
This commit is contained in:
commit
bb77277836
@ -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
|
||||||
|
@ -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...");
|
||||||
|
Loading…
Reference in New Issue
Block a user