duktape-esp32
duktape-esp32 copied to clipboard
A JavaScript runtime for the ESP32 based on Duktape.
1- Does duktape-esp32 support SSL over HTTP? 2- How we can update firmware over field over the air.
Regarding this idea: https://github.com/nkolban/duktape-esp32/issues/24#issuecomment-364676071 Since we switched to using the esp-idf's spiffs implementation it is somewhat complex creating a virtual network flash device to imitate the actual flash device. We'd...
There are two separate dirs full of tests; one in `filesystem/tests/` and `tests/`. I'm not sure how to run them.
I can use `mkspiffs` to build the SPIFFS filesystem image. `esptool` can flash it. In other words, `make flashdata` is successful, AFAICT. However, upon mount, SPIFFS doesn't recognize the filesystem;...
To build this project, you need: 1. The xtensa build toolchain 2. the `build-essential` (or equivalent) toolchain 3. Python (2.7, I think) 4. `ESP-IDF` & its submodule(s) 5. Some stuff...
- The documentation mentions use of JSHint, but I don't see a configuration file anywhere. AFAIK JSHint was actually abandoned as everyone (including JSHint's developers) has moved to using [ESLint](https://eslint.org)....
My SSID has a space character, which is not correctly decoded from the http-request after submit. Looking at the log output, it seems, that the characters are not decoded after...
Hello all i am getting below error whenever i try to receive input from webserver Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed) my project...
Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed) Register dump: PC : 0x400811df PS : 0x00060034 A0 : 0x80081830 A1 : 0x3ffc0bd0 A2 : 0xbad00bad...
how to solve this issue.