espterm / espterm-firmware

ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
Mozilla Public License 2.0
128 stars 24 forks source link

automatic WiFi (de)activation via external button #258

Open MightyPork opened 6 years ago

MightyPork commented 6 years ago

(suggestion by M. Wolf)

For times when it might not be great to have the esp AP or client accessible 24/7, have a makefile config that will listen to a GPIO. If it is held up/down for more than x sec (makefile definable), you bring up the wifi. As an addon for the above... have the wifi go back down if there is no client activity for x sec.