Use pre 2.6 as default

After some weeks of testing (and fixing the mqtt lag issue BIG THX @ascillato ) it is stated, pre 2.6 core is better than core 2.5.2.
The pre core 2.6 differs from main Arduino repo. Two additional PRs added (PR which frees >600 bytes iram and PR which fixes mqtt lag)  
Main benefit core pre 2.6. fixes mqtt reconnects of cores 2.4.x. and 2.5.x
This commit is contained in:
Jason2866 2019-08-24 12:30:19 +02:00 committed by GitHub
parent 5cb863d35b
commit 4b506eddee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,12 +173,12 @@ build_flags = ${esp82xx_defaults.build_flags}
;build_flags = ${core_2_3_0.build_flags}
;platform = ${core_2_4_2.platform}
;build_flags = ${core_2_4_2.build_flags}
platform = ${core_2_5_2.platform}
build_flags = ${core_2_5_2.build_flags}
;platform = ${core_2_5_2.platform}
;build_flags = ${core_2_5_2.build_flags}
;platform = ${core_stage.platform}
;build_flags = ${core_stage.build_flags}
;platform = ${core_pre.platform}
;build_flags = ${core_pre.build_flags}
platform = ${core_pre.platform}
build_flags = ${core_pre.build_flags}
[common]
framework = arduino