shurillu / CTBot

A simple (and easy to use) Arduino Telegram BOT Library for ESP8266/ESP32
MIT License
151 stars 35 forks source link

ArduinoJson 7 #124

Closed drovosekov closed 1 month ago

drovosekov commented 4 months ago

Hi.

Is there an update planned for compatibility with ArduinoJson 7

shurillu commented 4 months ago

Hello, Actually I’ve not planned an update. Are you planning to use the library inside a project that require ArduinoJson v7?

Stefano

drovosekov commented 2 months ago

Hello, Actually I’ve not planned an update. Are you planning to use the library inside a project that require ArduinoJson v7?

Sorry for long time answer. Yes, I'm use your library in my project. I try convert itself. And it's work for me. I'm still checking these fixes now...

shurillu commented 2 months ago

Good to hear this! If you want to share it, please make a pull request.

Thanks for your effort.

Stefano

drovosekov commented 1 month ago

Created fork for JSON v7 support: https://github.com/shurillu/CTBot/pull/126