Paul Abbott
Paul Abbott
I'm struggling to understand the central connection life-cycle. I'm coming from the old and dead Evothings plugin, which was just simply connected or disconnected. Since I switched to this plugin,...
@chr15m This is the way. Thanks for the hint. FYI what I did in my index.html: ```html window.File_native = window.File; // backup the native File api because cordova-plugin-file clobbers it....
@googlebot I signed it!
Well, it worked fine this time I did a fresh build from scratch. If it works for you too then I'd say it's good. It looks like `UseSwiftLanguageVersion` was just...
I can confirm, can no longer build on my setup either. Error is python3 can't be found. @jkent I think we need to support building on any platform/environment that Espressif...
@JimGaluska this was broken in the last commit https://github.com/chmorgan/esphttpd-freertos/commit/2cd29cb7c25536da93a5258aa3f6414dcabed79b You could revert to the previous version until we figure out how to fix it: (use --force if git complains) ```...
note I had to change the first line of build-image.py from `#!/usr/bin/env python3` to `#!/usr/bin/env python` to allow it to build on my msys2 ESP-IDF 3.3.
Please check #12 for how to add VFS filesystems.
Thanks for the report. It is working for me, but I am on ESP-IDF 3.3. Can you provide more info? (Environment, web-browser, sdkconfig) Also please try a different web-browser, since...
I suspect it is the javascript preprocessing step that is messing up the library 140medley.js. I haven't been able to get that step working on my environment since @jkent changed...