diff --git a/SonOTA---Espressif2Arduino---Tasmota-without-compiling.md b/SonOTA---Espressif2Arduino---Tasmota-without-compiling.md index 3d66994b..ff0dcee2 100644 --- a/SonOTA---Espressif2Arduino---Tasmota-without-compiling.md +++ b/SonOTA---Espressif2Arduino---Tasmota-without-compiling.md @@ -86,7 +86,7 @@ SonOTA should say something like: ``` * Now, the device is connecting to your *temporary* Wifi and downloading minimal Sonoff-Tasmota image. This can take some time (2 minutes), after which device will reset and connect back to temporary Wifi. * Connect your PC to the *temporary* Wifi -* Use NMAP to find the device's IP: +* Use NMAP to find the device's IP (or use Fing in Android): ``` nmap 172.20.19.1-255 -p 80 ```