mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +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
|
||||
; -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
|
||||
monitor_speed = 115200
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user