Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production Mode #161

Closed
ionciubotaru opened this issue Mar 6, 2017 · 2 comments
Closed

Production Mode #161

ionciubotaru opened this issue Mar 6, 2017 · 2 comments
Labels
enhancement Type - Enhancement that will be worked on

Comments

@ionciubotaru
Copy link

Sonoff Touch is a great device, but has GPIO0 accessible to all users.
A child playing with the light switch can easily reset the Sonoff to it;'s default configuration loosing all saved variables like DomoticzIdx.

I suggest:
#PRODUCTION 1

In production mode the following options will be disabled:

  • serial log
  • web server
  • multiple clicks (over 3) - WIFI_SMARTCONFIG, WIFI_MANAGER, WIFI_WPSCONFIG
  • reset to default on long push
@davidelang
Copy link
Collaborator

davidelang commented Mar 6, 2017 via email

@arendst arendst added the enhancement Type - Enhancement that will be worked on label Mar 7, 2017
arendst added a commit that referenced this issue Mar 8, 2017
4.0.2 20170308
* Restore correct seriallog level after Serial logging was disabled
* Add simple dimmer slider to Sonoff Led web page
* Reduced root webpage size by 31%
* Expand Status 2 with Build date/time and core version
* Fix webserver redirection when not in WifiManager mode (#156)
* Add command ButtonRestrict On/Off to restrict access to button hold
and button multi press options above 2 (#161)
* Fix DS18S20 negative temperature readings (#165)
* Fix crlf compilation error due to bad syntax (#144, #167)
@arendst
Copy link
Owner

arendst commented Mar 8, 2017

ButtonRestrict On/Off introduced to disable all multi key presses above 2 and hold. See wiki commands.

@arendst arendst closed this as completed Mar 8, 2017
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
4.0.2 20170308
* Restore correct seriallog level after Serial logging was disabled
* Add simple dimmer slider to Sonoff Led web page
* Reduced root webpage size by 31%
* Expand Status 2 with Build date/time and core version
* Fix webserver redirection when not in WifiManager mode (arendst#156)
* Add command ButtonRestrict On/Off to restrict access to button hold
and button multi press options above 2 (arendst#161)
* Fix DS18S20 negative temperature readings (arendst#165)
* Fix crlf compilation error due to bad syntax (arendst#144, arendst#167)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type - Enhancement that will be worked on
Projects
None yet
Development

No branches or pull requests

3 participants