Tim Purchas
Tim Purchas
Please see #458 I don't believe TLS has been pushed to here yet, it's only in my fork branch for v2.1
Try 128kb spifis Also what does the esp tell you the error is with the config at boot ? It should spit something out about the config error ?
Okay seems I'll need to do some more testing ssl before releasing :P thanks for debugging
The processing method is different for config JSON and OTA, one needs to be entirely loaded into memory before processed and the other, OTA can be processed packet at a...
It should be possible to do ota on 1 MB how big is your sketch when built ? Please also see http://marvinroger.github.io/homie-esp8266/docs/2.0.0/others/ota-configuration-updates/
Can you decode one of the stack traces ? https://github.com/me-no-dev/EspExceptionDecoder if using pio use the cmd version (at bottom of page)
@jmozmoz for `PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY ` that sad :( Hopefully soon ill find time to have a look
ill look into this.
@peret2000, you make a good point. You should be able to tap into the mqtt lib and use it as expected it you really need to. I shall fix this/if...
All g. Don't worry, only one way to learn. Fork Homie, make your changes there, then create a pull request to homie here, with your changes. Google will help you...