mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 18:26:30 +00:00
Merge pull request #4540 from Jason2866/patch-1
Update platformio.ini for Stage 2.5.0
This commit is contained in:
commit
a2c95b056d
@ -81,6 +81,15 @@ build_flags =
|
|||||||
; VTABLES in IRAM
|
; VTABLES in IRAM
|
||||||
; -DVTABLES_IN_IRAM
|
; -DVTABLES_IN_IRAM
|
||||||
|
|
||||||
|
; if using esp8266 core 2.5.0 (stage) or up
|
||||||
|
; enable one option set -> No exception recommended
|
||||||
|
; No exception code in firmware
|
||||||
|
; -fno-exceptions
|
||||||
|
; -lstdc++-nox
|
||||||
|
; Exception code in firmware /needs much space! 90k
|
||||||
|
; -fexceptions
|
||||||
|
; -lstdc++
|
||||||
|
|
||||||
; *** Serial Monitor options
|
; *** Serial Monitor options
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user