martin-ger / esp_wifi_repeater

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

Setting the default output status of GPIOs #518

Closed KamalW closed 1 year ago

KamalW commented 1 year ago

Thank you for this wonderful piece of firmware.

Does this have a feature to configure and save the default output status of a given GPIO pin so that when the device boots up, that will become the output status of that pin without any command?

martin-ger commented 1 year ago

Nothing beyond the commands here https://github.com/martin-ger/esp_wifi_repeater#gpio-config

Am 19. Juni 2023 14:50:48 schrieb KamalW @.***>:

Thank you for this wonderful piece of firmware.

Does this have a feature to configure and save the default output status of a given GPIO pin so that when the device boots up, that will become the output status of that pin without any command?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

--188d3f50dc7760e27aee2e791a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.= w3.org/TR/html4/loose.dtd">

Nothing beyond the commands here https://github.com/martin-g= er/esp_wifi_repeater#gpio-config

Am 19. Juni 2023 14:50:48 schrieb KamalW ***@***.***= com>:

Thank you for this wonderful piece of firmware.

Does this have a feature to configure and save the default = output status of a given GPIO pin so that when the device boots up, that wi= ll become the output status of that pin without any command?

=E2= =80=94
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because= you are subscribed to this thread.Message ID: <martin-ger/esp_w= ifi_repeater/issues/518@github.com>


--188d3f50dc7760e27aee2e791a--

KamalW commented 1 year ago

Thanks for the reply. I should be able to live with what's already there by making some adjustments to my circuit. However, I thought that extending the GPIO mode setting command would be an improvement - perhaps for a future version:

gpio [0-16] mode [in|in_pullup|out [high|low]]