# V0.1 完成mqtt连接发送

This commit is contained in:
jxh
2025-03-20 13:33:27 +08:00
commit 21d5bb5147
7 changed files with 330 additions and 0 deletions

18
platformio.ini Normal file
View File

@ -0,0 +1,18 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp12e]
platform = espressif8266
board = esp12e
framework = arduino
monitor_speed = 115200
lib_deps =
bblanchon/ArduinoJson@^7.3.1
knolleary/PubSubClient@^2.8