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

11
platformio.ini Normal file
View File

@@ -0,0 +1,11 @@
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_port = /dev/ttyUSB0
monitor_port = /dev/ttyUSB0
lib_deps =
olikraus/U8g2@^2.35.19
knolleary/PubSubClient@^2.8.0