Hi Tolentino,
Sorry to ask is this library still active in updates?
Because recently there are updates on Arduino IDE, ESP32 Board Manager, ArduinoJson library and also the Telegram app.
It seems that the ArduinoJson library is complaining about this line below during compiling…
ArduinoJson\src/ArduinoJson/compatibility.hpp:125:58: note: declared here
125 | class ARDUINOJSON_DEPRECATED("use JsonDocument instead") DynamicJsonDocument
AsyncTelegram2\src\AsyncTelegram2.cpp:921:44: warning: 'DynamicJsonDocument' is deprecated: use JsonDocument instead [-Wdeprecated-declarations]
921 | DynamicJsonDocument root(m_JsonBufferSize);
And also the examples – ESP_OTA – WithPassword.ino does not work anymore.
The followings are used for compiling: -
Hardware:
Mcu: ESP32 DevKitC
Compile with:-
OS: Windows 11
Arduino IDE: v2.3.8
ESP32 Board Manager: v3.3.8
esptool (compiler): v5.2.0
AsyncTelegram2.h: v2.3.3
Regards,
David
Hi Tolentino,
Sorry to ask is this library still active in updates?
Because recently there are updates on Arduino IDE, ESP32 Board Manager, ArduinoJson library and also the Telegram app.
It seems that the ArduinoJson library is complaining about this line below during compiling…
ArduinoJson\src/ArduinoJson/compatibility.hpp:125:58: note: declared here
125 | class ARDUINOJSON_DEPRECATED("use JsonDocument instead") DynamicJsonDocument
AsyncTelegram2\src\AsyncTelegram2.cpp:921:44: warning: 'DynamicJsonDocument' is deprecated: use JsonDocument instead [-Wdeprecated-declarations]
921 | DynamicJsonDocument root(m_JsonBufferSize);
And also the examples – ESP_OTA – WithPassword.ino does not work anymore.
The followings are used for compiling: -
Hardware:
Mcu: ESP32 DevKitC
Compile with:-
OS: Windows 11
Arduino IDE: v2.3.8
ESP32 Board Manager: v3.3.8
esptool (compiler): v5.2.0
AsyncTelegram2.h: v2.3.3
Regards,
David