1
0
This repository has been archived on 2021-12-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESP-SHT30_MQTT/platformio.ini
2020-07-17 00:22:51 +02:00

19 lines
483 B
INI

; 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:esp01_1m]
platform = espressif8266
board = esp01_1m
framework = arduino
lib_deps =
PubSubClient
ArduinoJson