mirror of https://github.com/arendst/Tasmota.git
Merge pull request #11802 from Jason2866/patch-4
Use core 1.0.6 for Solo1
This commit is contained in:
commit
2db93914c6
|
@ -162,10 +162,10 @@ 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)
|
; *** Tasmota version for ESP32solo1 (used in some Xiaomi devices)
|
||||||
[env:tasmota32solo1]
|
[env:tasmota32solo1]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/raw/framework-arduinoespressif32/framework-arduinoespressif32-release_v3.3-solo1-bd65eb8d1.tar.gz
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/raw/framework-arduinoespressif32/framework-arduinoespressif32-solo1-release_v3.3-cc43307dc.tar.gz
|
||||||
platformio/tool-mklittlefs @ ~1.203.200522
|
platformio/tool-mklittlefs @ ~1.203.200522
|
||||||
platformio/tool-esptoolpy @ ~1.30000.0
|
platformio/tool-esptoolpy @ ~1.30000.0
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
|
|
Loading…
Reference in New Issue