ESP32 OLED часы с MQTT температурами

This commit is contained in:
UA1ZBE
2026-05-15 11:50:53 +03:00
commit ccc7cdf19f
633 changed files with 751305 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
idf_component_register(SRC_DIRS "src" "src/clib"
INCLUDE_DIRS "src" "src/clib"
REQUIRES "arduino")