Description
I have forked webthing-arduino and updated Thing.h and ESPWebThingAdapter.h to fulfill the API updates for ArduinoJson 7.x.x, ESPAsyncWebServer 3.7.2 and esp32 3.1.3.
EthernetWebThingAdapter.h and WiFiWebThingAdapter.h are currently a work in progress as I do not have the hardware to test.
The updates to Thing.h and ESPWebThingAdapter are being tested on the esp32-c3 and esp32-s3 at the moment.
These are the only esp32 boards that I have on hand.
If you have the patience, please test on other hardware.
No tests have been performed on esp8266 as yet.
All other information remains the same as in the original webthings-arduino repository.
Repository is at: https://github.com/Fleatech-Sci/webthing-arduino-0.3.0
All inputs and suggestions are welcomed.