Build Flag for ESP32 Stage

This commit is contained in:
Jason2866 2020-11-01 15:27:26 +01:00 committed by GitHub
parent e10cbfc81f
commit ed24e8d99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -184,12 +184,12 @@ build_flags = ${esp82xx_defaults.build_flags}
; Activate Stage Core32 by removing ";" in next line, if you want to override the standard core32
;platform_packages = ${core32_stage.platform_packages}
[core32_stage]
platform_packages = tool-esptoolpy@1.20800.0
; latest working commit
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#c09ec5bd3d35ba7dfc135755ab300e2b45416def
platform_packages = tool-esptoolpy@1.20800.0
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#f7fb00632e04d74a7890a77fa7dbbb8ae572e866
build_flags = ${common32.build_flags}
-D ESP32_STAGE=true
; *** Debug version used for PlatformIO Home Project Inspection
[env:tasmota-debug]