wifi car immobilizer (ESP 12 -F)

wifi car immobilizer or (wifi lock unlock)
You may choose modes and other options in web interface http://192.168.5.1

wifi name and pass
test12345
test12345

comment if (Mac != "11B019A620A0") return; or add your mac address.

car_wifi_lock.ino (48.5 KB)

Hey vadimEL.

I've made some changes to your sketch file.

Now it's without RC-Timer, replaced with digital counter.

And it is NOT looked after client IP, but MAC Address.
MAC Address can be defined via the WEB Menu

There are several changes, but they are described in both the WEB Menu and in the code.

Your code has also been translated into English.

But try to look at the changes I've made.

Regards
Nico

wifi_immobilizer.ino (44.2 KB)