-
I get this error when trying to compile espArtnetNode_2.0.0_b5g.ino
What am I doing wrong?
In file included from C:\Users\Hugo\Documents\Arduino\espArtnetNode_2.0.0_b5g\espArtnetNode_2.0.0…
-
I've got this "working" on my Roomba 770.
I had to make some changes where ArduinoJSON got version incremented and broke a few things.
The side effect seems to be that the roomba wakes up and …
-
When we switched to ArduinoJson 6, we made all of the DynamicJsonDocuments the default size of 1024. Most of those in SensESP are fixed size, and can be made smaller, but there are some that are varia…
-
I am using the new code combined with my information, it used to work before the new update to us json 6. Did I do something wrong? It upload fine but intended functions don't work.
/*
Version 0.…
-
- Rastrear versões de bibliotecas aqui e suas modificações.
- Escolher uma versão do Arduino IDE e as otimizações.
- Criar pasta "libraries" no raiz do repositório
-
**Description**
Thanks to release 3.3.12 finally being picked up by the Arduino Library Manager I was able to update from 3.0.6. After then updating AsyncTCP to 3.2.8 as well, I found that my code …
-
The reports for the OSS-Fuzz projects where the introspector successfully runs are now public at:
https://oss-fuzz-introspector.storage.googleapis.com/
We should go and evaluate these to ensure …
-
Firmware/json_utils.h
`// ------------- Запись значения json String
String jsonWrite(String &json, String name, String volume) {
DynamicJsonDocument doc(1024);
deserializeJson(doc, json);
…
-
**Describe the bug**
My application crashes when calling `deserializeJson` - it started to happen after upgrade to version 7.2.0, in version 7.1.0 this code worked as I expected.
**Environment**…
-
Hello,
When I issue the 'pio lib install Esp8266Configuration' in Platform IO i get told that it's 'Looking for Json library in registry', which it can't find.
In the dependencies section of the mani…