mirror of https://github.com/arendst/Tasmota.git
Use specific commit for ESP32 stage
because with later ones Tasmota32 does not compile.
This commit is contained in:
parent
27050c6f43
commit
f6ef721e81
|
@ -162,7 +162,8 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||
|
||||
[core32_stage]
|
||||
platform_packages = tool-esptoolpy@1.20800.0
|
||||
arduino-esp32@https://github.com/espressif/arduino-esp32.git#esp32s2
|
||||
; latest working commit
|
||||
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#c09ec5bd3d35ba7dfc135755ab300e2b45416def
|
||||
|
||||
|
||||
; *** Debug version used for PlatformIO Home Project Inspection
|
||||
|
|
Loading…
Reference in New Issue