Merge pull request #9950 from Jason2866/ESP32solo1

add EXPERIMENTAL ESP32solo1 support
This commit is contained in:
Theo Arends 2020-11-22 18:03:00 +01:00 committed by GitHub
commit 6c41a4158a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,7 @@ default_envs =
; tasmota32-display ; tasmota32-display
; tasmota32-ir ; tasmota32-ir
; tasmota32-ircustom ; tasmota32-ircustom
; tasmota32solo1
[common] [common]
@ -158,6 +159,13 @@ lib_extra_dirs =
; *** Mostly not used functions. Recommended to disable ; *** Mostly not used functions. Recommended to disable
lib/lib_div 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 ; *** Debug version used for PlatformIO Home Project Inspection