-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Labels
enhancement
Type - Enhancement that will be worked on
Comments
The first two are already available.
the last two seem pretty easy to recover from (power cycle solves the first and
the second can be handled in an automated way)
But I agree that an option to limit what can be done with the button isn't a bad
idea.
…On Mon, 6 Mar 2017, Ion wrote:
`#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
|
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)
ButtonRestrict On/Off introduced to disable all multi key presses above 2 and hold. See wiki commands. |
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
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:
The text was updated successfully, but these errors were encountered: