SimpleWeather/platformio.ini

24 lines
691 B
INI
Raw Normal View History

2020-07-14 16:52:25 +10:00
; 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
2020-07-15 16:31:12 +10:00
[env:esp01]
2020-07-14 16:52:25 +10:00
platform = espressif8266
2020-07-15 16:31:12 +10:00
board = esp01
2020-07-14 16:52:25 +10:00
framework = arduino
monitor_speed = 115200
2020-07-15 16:31:12 +10:00
; monitor_port = /dev/cu.usbserial-22430
; upload_port = /dev/cu.usbserial-22430 ;/dev/cu.usbserial-142320 ;
2020-07-14 16:52:25 +10:00
lib_deps =
PubSubClient
2020-07-15 16:31:12 +10:00
DHT sensor library
WifiManager
ESP8266WebServer
DNSServer
ArduinoJson@5.9.0