martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.78k stars 901 forks source link

Question #93

Open Nemo1710 opened 6 years ago

Nemo1710 commented 6 years ago

Really it's a really good job, but I have a question, it's possible to use GPIO inputs with MQTT at the same time the router functions

martin-ger commented 6 years ago

Yes, it is. If you uncomment USER_GPIO_IN and USER_GPIO_OUT at the end of user_config.h and recompile it, you can use one input and one output pin via MQTT.

Nemo1710 commented 6 years ago

This is Great, it would be really that i could do that with the ADC too