From the link github.com.../TEB_Libraryyou can download the new official library of Tiny Electronic Blog (the old one will not be updated anymore). The downloaded file can be extracted in the Arduino IDE libraries directory (usually "...\Documents\Arduino\libraries"); in this way, it is possible to use the library in any Arduino IDE sketch through #include "TEB_Library.h".
Before you can use the library you must enter the following values in the "TEB_LibrarySettings.h" file.
The "examples" folder contains two examples for ESP32 to be compiled with the Arduino IDE. Please refer to the descriptions of the functions in the files with the .h extension for more information.
Notes:
1) the library does not implement all modern security systems for data protection, so it is better to avoid entering sensitive data in the information exchanged between the devices and the Internet;
2) the software is provided "as is", without warranty of any kind; I take no responsibility for the consequences deriving from the use of the information contained on this page.