mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
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:
parent
5cb863d35b
commit
4b506eddee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user