Bigroom esp32

This commit is contained in:
2022-03-14 13:05:34 +03:00
parent 8b6684deb0
commit f87f56292f
11 changed files with 714 additions and 167 deletions

View File

@@ -8,7 +8,25 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nodemcuv2]
[platformio]
default_envs = lolin
[env:lolin]
platform = espressif32
board = lolin32
framework = arduino
monitor_speed = 115200
lib_deps =
adafruit/Adafruit HTU21DF Library @ ^1.0.5
; enjoyneering/HTU21D @ ^1.2.1
robtillaart/RunningMedian @ ^0.3.4
wifwaf/MH-Z19 @ ^1.5.3
plerup/EspSoftwareSerial @ ^6.15.2
ottowinter/AsyncMqttClient-esphome @ ^0.8.6
;upload_protocol = espota
;upload_port = 192.168.1.31
[env:esp12]
platform = espressif8266
board = esp12e
framework = arduino
@@ -16,4 +34,17 @@ board_build.f_cpu = 26000000L
board_build.ldscript = eagle.flash.1m.ld
;board_build.flash_mode = dout
upload_protocol = espota
upload_port = 192.168.1.131
upload_port = 192.168.1.131
[env:nodemcuv2]
platform = espressif8266
board = nodemcuv2
framework = arduino
lib_deps =
enjoyneering/HTU21D @ ^1.2.1
robtillaart/RunningMedian @ ^0.3.4
wifwaf/MH-Z19 @ ^1.5.3
plerup/EspSoftwareSerial @ ^6.15.2
ottowinter/AsyncMqttClient-esphome @ ^0.8.6
;upload_protocol = espota
;upload_port = 192.168.1.131