SequoiaSan / FlipperZero-WiFi-Scanner_Module

WiFi Scanner Module for FlipperZero based on ESP8266/ESP32
Apache License 2.0
606 stars 28 forks source link

Auto On 5V when starting WiFi Scanner #15

Open Solilord opened 2 years ago

Solilord commented 2 years ago

When Starting e.g. Wifi Deauther, 5v GPIO gets on automatically. Wifi Scanner does not. Idk if its needed with OG WifiDevBoard but iam using ESP8266, which needs 5V. otherwise flipper will crash when hotplugging.

Maybe you can add this :)

SequoiaSan commented 1 year ago

Hi Solilord!

The auto on 5V when you start the application was implemented from the start. When you enter the application 5V will switch ON and when you close it - switch to the OFF state.

Can you describe the repro steps and. please, provide what version of Firmware are you using it?

Thanks in advance!