mirror of https://github.com/arendst/Tasmota.git
Merge pull request #9950 from Jason2866/ESP32solo1
add EXPERIMENTAL ESP32solo1 support
This commit is contained in:
commit
6c41a4158a
|
@ -35,6 +35,7 @@ default_envs =
|
|||
; tasmota32-display
|
||||
; tasmota32-ir
|
||||
; tasmota32-ircustom
|
||||
; tasmota32solo1
|
||||
|
||||
|
||||
[common]
|
||||
|
@ -158,6 +159,13 @@ lib_extra_dirs =
|
|||
; *** Mostly not used functions. Recommended to disable
|
||||
lib/lib_div
|
||||
|
||||
; *** EXPERIMENTAL Tasmota version for ESP32solo1 (used in some Xiaomi devices)
|
||||
[env:tasmota32solo1]
|
||||
extends = env:tasmota32
|
||||
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/raw/framework-arduinoespressif32/framework-arduinoespressif32-release_v3.3-solo1-4b325f52e.tar.gz
|
||||
platformio/tool-esptoolpy @ ~1.30000.0
|
||||
build_unflags = ${esp32_defaults.build_unflags}
|
||||
build_flags = ${common32.build_flags}
|
||||
|
||||
|
||||
; *** Debug version used for PlatformIO Home Project Inspection
|
||||
|
|
Loading…
Reference in New Issue