-
I'd suggest, for the RIC object, to add information about the RIC's alias, as well as some "spare" values (such as which ringtone, whether the buzzer is activated or not, repeat ring, etc).
Example on…
-
I am using a OLIMEX ESP32-EVB. With Arduino IDE 1.8.13 and the latest ESPHap.
If I compile an Arduino led blinking example it works perfectly, the same if I compile the WIFI scan example I can scan t…
-
when I run this command
wls@ubuntu:~/esp/ESP8266_RTOS_SDK/examples/get-started/hello_world$ make all
Encountered this error:
Building partitions from /home/wls/esp/ESP8266_RTOS_SDK/compon…
-
Compiling in windows with "WITH_CJSON=no" fails:
`...\common\control_common.h(4,1): fatal error C1083: Cannot open include file: 'cjson/cJSON.h'`
Tested with latest develop branch, commit 2928ca…
-
-
```
ubuntu@ip-Address:~/torch$ luarocks install qtlua
Installing https://raw.githubusercontent.com/torch/rocks/master/qtlua-scm-1.rockspec...
Using https://raw.githubusercontent.com/torch/rocks/master…
-
During a recent fuzzing session aimed at identifying memory management vulnerabilities within the cJSON library, a double free issue was uncovered in the cJSON_Delete function. This vulnerability pose…
-
Sometimes it's require dto check if a JSON object or array is empty.
As far as I understand, this requires looking to `json->child`, as done inside `cJSON_GetArraySize()`
https://github.com/DaveGamb…
-
I recently noticed that when cJSON parses a JSON `true`, it sets `valueint` to `1`, which seems like a nice way to easly support number 0/1 and boolean false/true with a single test. However, I notic…
-
I have the need to compile mosquitto 2.0.15 with cJSON on Ubuntu 18.04. In this context I use cJSON from source, compile it, and install it to an image directory with `make DESTDIR= install`. While do…