mirror of https://github.com/arendst/Tasmota.git
Merge pull request #9354 from Jason2866/patch-4
Use specific commit for ESP32 stage
This commit is contained in:
commit
6bbcb25111
|
@ -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