switch to MQTT

This commit is contained in:
Flo
2026-03-10 07:09:41 +01:00
parent f0e8b49854
commit c49c537dbc
5 changed files with 191 additions and 5 deletions
+3 -2
View File
@@ -12,13 +12,14 @@
platform = espressif32
board = nodemcu-32s
framework = arduino
upload_port = COM9
upload_port = COM3
upload_speed = 921600
monitor_speed = 115200
build_flags =
-I ./src/xcp
-I ./src/Receivers433
-I ./src/Receivers433/Receivers3ByteKeys
lib_deps =
lib_deps =
adafruit/Adafruit GFX Library@^1.12.4
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.6.1
knolleary/PubSubClient @ ^2.8