martin-ger / esp32_nat_router

A simple NAT Router for the ESP32
1.34k stars 282 forks source link

Disabling the wifi output #132

Open BarbourSmith opened 1 year ago

BarbourSmith commented 1 year ago

Hello. This is an amazing project that I am excited to use.

I just have one question. Is there any way to disable the wifi signal based on some external factor (time of day, GPIO value...etc)? I looked through the code and I didn't see one, so if I wanted to add one, any pointers on where to start?

Thanks!