WebThingsIO / webthing-arduino

Simple server for ESP8266, ESP32, Ethernet, or WiFi101-compatible boards compliant with Mozilla's proposed WoT API
Mozilla Public License 2.0
207 stars 78 forks source link

Arduinojson 5-6 #148

Open dizzwold opened 2 years ago

dizzwold commented 2 years ago

Hi Andreas

In the WebthingAdaptor.h what do I need to change the StaticJsonBuffer to from; StaticJsonBuffer<1024> buf To make it work with arduinojson 6 ?

I have many compile errors all related to the arduinojson 5-6.

Just asking what I need to change this to.

Thank you for your work.