-
The switch from XML-RPC to JSON-RPC broke VPL's ability to properly escape non-printable characters in the output. In particular, this affects ANSI color codes used by many modern compilers in their e…
-
- [x] [Nlohmann's JSON for Modern C++](https://github.com/nlohmann/json) C++11 (gcc/clang only)
- [x] [JSON Voorhees](https://github.com/tgockel/json-voorhees) C++11
- [x] [jsoncons](https://github.co…
-
Support for ESP8285 based Sonoff Basic would be very simple to achieve.
I made a custom build with a minimum of changes, and it works as expected.
Edited platformio.ini changing the env section as…
-
#### Hardware
WiFimanager Branch/Release: Development
Esp8266:
Hardware: Wemos D1 Pro
Core Version: 2.4.2
### Description
after upgrading the esp8266 core from 2.4.1 to 2.4.2 b…
-
It looks like `MQTT_MAX_PACKET_SIZE` is being used as the MQTT [client buffer size](https://github.com/Losant/losant-mqtt-arduino/blob/master/src/internal/LosantDevice.h#L34) but not the [state JSON d…
-
Protocol Buffers has definitely proven itself, and a core observation is it will be more resilient to change than JSON, since we can rename fields in protobuf freely thanks to the field numbers, where…
-
ref #924, #1179
Since 6.9.0 ArduinoJson is no longer in beta.
https://github.com/bblanchon/ArduinoJson/releases/tag/v6.9.0
mcspr updated
4 years ago
-
........
WiFi connected
IP address:
192.168.1.9
---------------------------------
Getting ticker data for bitcoin
Error getting data: Failed to parse JSON
---------------------------------
--…
-
use this fix for using esp32 nodemcu v3 Arduino Lolin compile error Homie v2.0.0
source:
https://issueexplorer.com/issue/homieiot/homie-esp8266/711
` the fix is to add WiFiClient _wifiClient; to…
-
When trying to compile the MicroOcpp project after a clean pull using make, throws multiple errors related to using DynamicJsonDocument
```
39 | T result; // Error here? See https://arduinoj…