; 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] platform = espressif8266 board = esp01 framework = arduino monitor_speed = 115200 ; monitor_port = /dev/cu.usbserial-22430 ; upload_port = /dev/cu.usbserial-22430 ;/dev/cu.usbserial-142320 ; lib_deps = PubSubClient DHT sensor library WifiManager ESP8266WebServer DNSServer ArduinoJson@5.9.0