Files
libretiny/docs/libs-built-in.md
Kuba Szczodrzyński 470eb64051 [docs] Migrate to mkdocs
2022-04-29 23:16:32 +02:00

1.3 KiB

Built-in libraries

(in alphabetical order)

base64

Helper base64 encoder used in some libs taken from ESP32.

HTTPClient

HTTP(S) client. Some reference may be found here: https://links2004.github.io/Arduino/dd/d8d/class_h_t_t_p_client.html.

WiFiMulti

Class for selecting best available AP from a list of several ones.