-
Using latest msys2 (`pacman -Syuu`)
The error is `identifier "lua_State" is undefined`, but as you see in the picture, it is not, it is able to find/it
![image](https://user-images.githubusercon…
-
**Tcp application crashes when receiving a huge packet and there are no more net buffers.**
I reproduced this error on a Nucleo-144 (STM32F429) development board.
Steps to reproduce the behavior…
-
There is a memory leak in can.receive when there is an error ( either not initialized or timeout )
Running this code will eventually reboot with a heap corruption
```lua
-- can.attach(can.CA…
-
How to use this?
ar055 updated
4 years ago
-
here is a demo that civeweb v1.11 supports mbedtls v2.16.2
https://github.com/Qinch/civetweb/tree/v1.11-mbedtls
Qinch updated
3 years ago
-
According to http://www.esp8266.com/viewtopic.php?f=21&t=1347, IPv6 support should be relatively straightforward by updating the lwip library.
-
Running esp-idf with arduino as a component.
When I format with `esp_err_t ret = esp_vfs_spiffs_register( &conf );` The idle task triggers the watchdog due to being starved of cycles.
If I add…
-
### Missing feature
The SDK also supports microsecond resolution timers but the timers in the tmr package only provide millisecond timers. The last parameter of the SDK's ets_timer_arm_new function c…
-
commit e4d5059f1e0b5599bfa2b1f9ada4d6e23c353fbc
could you please post some lua code demonstrating how these functions work?
1. I was unable to start stepper motors with the stepper.startasync () c…
ar055 updated
3 years ago
-
Currently we use device `token`, which is UUID v4 string, to identify and authenticate device. These tokens are used as API keys and send on every HTTP request (in the case of MQTT situation is better…