-
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
MQTT crashed with TLS in the "Configuration" Menue #240
Comments
I'm afraid it's a memory problem indeed. I receive almost same responses albeit using a serial dump just before webserver takes over at that time there is only 4k left and the webpage still needs to be transferred. I guess the combination of TLS, webserver and resources has just become to much... I suggest you select either TLS or Webserver. I will add the following lines to user_config.h
|
I have now solved it so that I do the configuration in the console.
But I need the web console. LG |
you should be able to issue those commands via mqtt as well |
4.1.0 20170325 * Change static IP addresses in user_config.h from list (using commas) to string (using dots) * Unify display result of commands Modules, Module and Gpios * Rewrite Module selection web page to bring size down from 18651 to 4319 bytes (!) (#234, #240) * Add basic support for (Lixada) H801 RGBWW controller (#252) * Add command Prefix1 to Prefix3 to assign SUB_PREFIX, PUB_PREFIX and PUB_PREFIX2 respectively (#255) * Add static ip addresses to flash (#262) * Add commands IpAddress, Gateway, Subnetmask and DnsServer to select static ip addresses (#273)
with the improvements in recent versions, can this be considered fixed now? |
closing this due to no response, please reopen if you still have problems. |
4.0.8 20170321 * Fix entering non-numeric webpassword * Force selection between TLS or Webserver due to memory restraint (arendst#240) * Allow entering empty string using "0" for selected commands (arendst#242) * Fix exception when posting commands to web console containing % (arendst#250)
4.1.0 20170325 * Change static IP addresses in user_config.h from list (using commas) to string (using dots) * Unify display result of commands Modules, Module and Gpios * Rewrite Module selection web page to bring size down from 18651 to 4319 bytes (!) (arendst#234, arendst#240) * Add basic support for (Lixada) H801 RGBWW controller (arendst#252) * Add command Prefix1 to Prefix3 to assign SUB_PREFIX, PUB_PREFIX and PUB_PREFIX2 respectively (arendst#255) * Add static ip addresses to flash (arendst#262) * Add commands IpAddress, Gateway, Subnetmask and DnsServer to select static ip addresses (arendst#273)
Hello,
when i tested the TLS function (CloudMQTT) on a Sonoff Dev Modul, i can not call the "Configuration" Menue, but the TLS function is ok. I have the CloudMQTT switched as Bridge and i can receive the MQTT strings on my local Broker.
The Modul crashed with an Exeption:
``Exception (28):
epc1=0x4000e1e0 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
ctx: cont
sp: 3fff3410 end: 3fff3830 offset: 01a0
Is this a problem with the Memory?
The text was updated successfully, but these errors were encountered: