mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12468 from Jason2866/patch-2
Use platformio github as source for c3 platform
This commit is contained in:
commit
09b7b513e2
|
@ -49,9 +49,9 @@ lib_ignore =
|
|||
[env:tasmota32c3]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32c3
|
||||
platform = https://github.com/Jason2866/platform-espressif32.git#feature/arduino-c3
|
||||
platform = https://github.com/platformio/platform-espressif32
|
||||
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/307/framework-arduinoespressif32-master-1d7068e4b.tar.gz
|
||||
tasmota/toolchain-riscv32
|
||||
platformio/tool-esptoolpy @ ~1.30100
|
||||
platformio/tool-mklittlefs @ ~1.203.200522
|
||||
build_unflags = ${esp32_defaults.build_unflags}
|
||||
-Wswitch-unreachable
|
||||
|
|
Loading…
Reference in New Issue