Move ESP12 to Kuhnya
This commit is contained in:
22
Kuhnya/platformio.ini
Normal file
22
Kuhnya/platformio.ini
Normal file
@@ -0,0 +1,22 @@
|
||||
; 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 = nodemcuv2
|
||||
framework = arduino
|
||||
upload_protocol = espota
|
||||
upload_port = 192.168.1.8
|
||||
lib_deps =
|
||||
BME280 @ ^3.0.0
|
||||
milesburton/DallasTemperature @ ^3.9.1
|
||||
Bounce2 @ ^2.55
|
||||
LiquidCrystal_PCF8574 @ ^1.2.0
|
||||
AsyncMqttClient @ ^0.8.2
|
||||
Reference in New Issue
Block a user