-
**Moddable SDK version:** 4.3
**Target device:** esp32
**Description**
When a "prepareResponse" callback of HTTP server returns a body consisting of a String object (as opposed to a string) the s…
tve updated
11 months ago
-
**Build environment:** Linux
**Moddable SDK version:** idf-v5
**Target device:** esp32-c3
**Description**
If the server response does not include a response body then the client hangs after the …
-
**Build environment:** Linux
**Moddable SDK version:** idf-v5 branch
**Target device:** esp32-c3
**Description**
Looking at https://419.ecma-international.org/#-20-http-client-class-pattern I do…
-
**Moddable SDK version:** 4.3
**Target device:** esp32
**Description**
In an HTTP `prepareResponse` handler I'm returning a string body that happens to contain NUL characters (`'\0'`). On the cli…
tve updated
11 months ago
-
In reading through your code, I noticed a very small mistake. The tts-voicevox module uses the `WavStreamer` streamer module for HTTP streaming. The `WavStreamer` uses the ECMA-419 HTTP Client referen…
-
**Build environment:** Linux
**Target device:** ESP32
**Description**
The SPI implementation for ESP incorrectly defaults the select pin active state to 1, see https://github.com/Moddable-OpenSou…
-
Hello
With Arduino, the following code waits for a restart, but how can this be achieved with a Node-RED MCU?
```
/* Reset */
write8(BNO055_SYS_TRIGGER_ADDR, 0x20); //device reset
dela…
-
The MQTT 3.1.0 standard includes a "clean session" flag in the connect message. I do not see this as an option in the proposed ECMA-419 MQTT class. Has this been left off intentionally?
-
Is there interest to define async or easily promisifiable versions of various ECMA-419 class patterns and classes or is it deemed that this is outside the scope of the standard and should be pursued a…
-
**Build environment:** Any OS
**Target device:** esp32/m5stack_core2
**Description**
I am reporting this issue because changes on the Moddable side are required for the issue in https://github.co…