Move ESP12 to Kuhnya

This commit is contained in:
2020-10-31 14:24:37 +03:00
parent 92f523e37c
commit 25b71bc371
10 changed files with 805 additions and 4 deletions

22
Kuhnya/platformio.ini Normal file
View 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