-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
H801 module restart for WakeupDuration command #1133
Comments
Is it OK with the 5.9.0 release? I am using that on a H801 and it's working fine (once I remapped and enabled the 2 pins for CW & WW!) |
Unfortunately i see the same error.
See exact the same error in console and also attached output from serial serial-output.txt
|
@smadds can you tell the commands for the console, not sure what are you talking about. |
Empty console verified! Will investigate but from experience it means the logging is corrupt probably due to buffer overflow. My fault. Will check one of these days. (My arilux fails too as soon as I enter command wakeupduration only). |
Quick fix Replace line 902 in file xdrv_snfled.ino from
into
|
5.9.1 20171107 * Add external sensor function pointer interface to enable easy sensor addition * Add support for ADS1115 to be enabled in user_config.h and needs libraries i2cdevlib-Core and i2cdevlib-ADS1115 (#338, #660) * Fix Backup Configuration file download failure by defining proper file size (#1115) * Fix Exception 26 and empty console screen after usage of command WakeupDuration (#1133) * Fix some changed iTead web links in README.md (#1137)
Tested, looks good |
5.9.0b * Add support for ADS1115 to be enabled in user_config.h and needs libraries i2cdevlib-Core and i2cdevlib-ADS1115 (arendst#338, arendst#660) * Fix Exception 26 and empty console screen after usage of command WakeupDuration (arendst#1133) * Fix some changed iTead web links in README.md (arendst#1137)
Just got
h801
module and flashed it with the last available 5.9.0a. Also setSetOption15 1
.When i send command
WakeupDuration 1
then it restarts with errorIf i send just
WakeupDuration
then console stops to work. I refresh page in browser but it doesn't help. Only restart of module helps.And related question about
Fade
. Is it possible to disable it forPower on
and leave only forPower off
?The text was updated successfully, but these errors were encountered: