Disable ESP32 stage as default core

This commit is contained in:
Jason2866 2021-03-01 12:48:38 +01:00 committed by GitHub
parent 731b6337b3
commit 451dfb2573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -124,9 +124,9 @@ lib_extra_dirs = ${library.lib_extra_dirs}
[core32]
; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32
platform_packages = ${core32_stage.platform_packages}
build_unflags = ${core32_stage.build_unflags}
build_flags = ${core32_stage.build_flags}
;platform_packages = ${core32_stage.platform_packages}
;build_unflags = ${core32_stage.build_unflags}
;build_flags = ${core32_stage.build_flags}
[core32_stage]
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git