Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.16 KB

libs-3rd-party.md

File metadata and controls

37 lines (31 loc) · 1.16 KB

Libraries

A page outlining 3-rd some party libraries compatible with LibreTiny.

!!! note To use some (most? (all?)) of these, a flag in platformio.ini is required to disable compatibility checks (because most libs are meant for ESP32/Arduino official framework): ini [env:my_board] lib_compat_mode = off

Tested with realtek-ambz.

lib_deps = 256dpi/MQTT@^2.5.0

Tested with beken-72xx.

lib_deps = bbx10/DNSServer@^1.1.0

This is the same library as in ESP32 Arduino Core.

Tested with beken-72xx and realtek-ambz.

lib_deps = esphome/AsyncTCP-esphome@^2.0.0

This is ESPHome's fork of the original library.

Tested with beken-72xx and realtek-ambz.

lib_deps = esphome/ESPAsyncWebServer-esphome@^3.0.0

This is ESPHome's fork of the original library.