mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Move DHT ESP32 lib to ESP32 lib
This commit is contained in:
parent
542e3ab5ac
commit
f9707217e6
@ -6,5 +6,5 @@ sentence=Arduino library for DHT11, DHT22, etc Temp & Humidity Sensors
|
|||||||
paragraph=Arduino library for DHT11, DHT22, etc Temp & Humidity Sensors
|
paragraph=Arduino library for DHT11, DHT22, etc Temp & Humidity Sensors
|
||||||
category=Sensors
|
category=Sensors
|
||||||
url=https://github.com/adafruit/DHT-sensor-library
|
url=https://github.com/adafruit/DHT-sensor-library
|
||||||
architectures=*
|
architectures=esp32
|
||||||
depends=Adafruit Unified Sensor
|
depends=Adafruit Unified Sensor
|
@ -96,8 +96,8 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
|||||||
|
|
||||||
[env:tasmota32_base]
|
[env:tasmota32_base]
|
||||||
; *** Uncomment next lines ";" to enable development Tasmota Arduino version ESP32
|
; *** Uncomment next lines ";" to enable development Tasmota Arduino version ESP32
|
||||||
;platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-v.2.0.3.zip
|
;platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.4.1/platform-espressif32-2.0.4.1.zip
|
||||||
;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/847/framework-arduinoespressif32-v4.4_dev-d327997163.tar.gz
|
;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/927/framework-arduinoespressif32-442_esp41-13eca437d1.tar.gz
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
build_flags = ${esp32_defaults.build_flags}
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
|
|
||||||
@ -139,6 +139,8 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
|||||||
lib/libesp32
|
lib/libesp32
|
||||||
; *** comment the following line if you dont use LVGL in a Tasmota32 build. Reduces compile time
|
; *** comment the following line if you dont use LVGL in a Tasmota32 build. Reduces compile time
|
||||||
lib/libesp32_lvgl
|
lib/libesp32_lvgl
|
||||||
|
; *** comment the following line if you dont use ESP32 Audio in a Tasmota32 build. Reduces compile time
|
||||||
|
; lib/libesp32_audio
|
||||||
; *** uncomment the following line if you use Bluetooth or Apple Homekit in a Tasmota32 build. Reduces compile time
|
; *** uncomment the following line if you use Bluetooth or Apple Homekit in a Tasmota32 build. Reduces compile time
|
||||||
; lib/libesp32_div
|
; lib/libesp32_div
|
||||||
; *** uncomment the following line if you use Epaper driver epidy in your Tasmota32 build. Reduces compile time
|
; *** uncomment the following line if you use Epaper driver epidy in your Tasmota32 build. Reduces compile time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user